aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/cpp.texi
diff options
context:
space:
mode:
authorTom Browder <tom.browder@gmail.com>2008-01-31 23:59:46 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2008-01-31 23:59:46 +0000
commitdc9a511d8e070a7767dd2d8078dbf4e7ed65edee (patch)
tree6ec3157d98404d6e74bbd5d41e892e8cdad839f0 /gcc/doc/cpp.texi
parent5dc81ee9984d65453048c76f75622a3806d50569 (diff)
downloadgcc-dc9a511d8e070a7767dd2d8078dbf4e7ed65edee.zip
gcc-dc9a511d8e070a7767dd2d8078dbf4e7ed65edee.tar.gz
gcc-dc9a511d8e070a7767dd2d8078dbf4e7ed65edee.tar.bz2
c-tree.texi (Types): Fix grammar.
* 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. From-SVN: r131987
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 464965c..740dd3b 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__