summaryrefslogtreecommitdiff
path: root/gcc/doc/cpp.texi
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-31 23:59:46 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-31 23:59:46 +0000
commitd40533b6df03269117c587a9448dababd280b490 (patch)
tree6ec3157d98404d6e74bbd5d41e892e8cdad839f0 /gcc/doc/cpp.texi
parent38cd700915f1abaf909ff60335c58c39ceb45a90 (diff)
downloadgcc-d40533b6df03269117c587a9448dababd280b490.tar.gz
* doc/c-tree.texi (Types): Fix grammar.
(Expression trees): Ditto. * doc/passes.texi (Tree-SSA passes): Ditto. * doc/configterms.texi (Configure Terms): Fix typo. * doc/cpp.texi (Common Predefined Macros): Ditto. * doc/md.texi (Machine Constraints): Ditto. * doc/makefile.texi (Makefile): Add comma. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r--gcc/doc/cpp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi
index 464965c35c7..740dd3b285c 100644
--- a/gcc/doc/cpp.texi
+++ b/gcc/doc/cpp.texi
@@ -1996,7 +1996,7 @@ on the command line of the preprocessor or C compiler.
This macro expands to a decimal integer constant that represents the
depth of nesting in include files. The value of this macro is
incremented on every @samp{#include} directive and decremented at the
-end of every included file. It starts out at 0, it's value within the
+end of every included file. It starts out at 0, its value within the
base file specified on the command line.
@item __ELF__