* doc/cpp.texi: Fix typos.
authorNeil Booth <neil@cat.daikokuya.co.uk>
Sun, 11 May 2003 20:16:39 +0000 (20:16 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 11 May 2003 20:16:39 +0000 (20:16 +0000)
From-SVN: r66697

gcc/ChangeLog
gcc/doc/cpp.texi

index 6ff7d82183b201c74fcf9c753de3ed56dcc9dca1..310984e6421c89ac58d407bd297fc398afc99812 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
+
+       * doc/cpp.texi: Fix typos.
+
 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/s390/s390.c (s390_function_arg_float): New function.
index 336cc47706bf1aefb1466beb75123a17e95a508a..62da31fdfbb0de75f58b363d06f4ce40222d0601 100644 (file)
@@ -264,7 +264,7 @@ complete support for international character sets in a future release.
 
 Different systems use different conventions to indicate the end of a
 line.  GCC accepts the ASCII control sequences @kbd{LF}, @kbd{@w{CR
-LF}}, @kbd{CR} as end-of-line markers.  These
+LF}} and @kbd{CR} as end-of-line markers.  These
 are the canonical sequences used by Unix, DOS and VMS, and the
 classic Mac OS (before OSX) respectively.  You may therefore safely copy
 source code written on any of those systems to a different one and use
@@ -1857,7 +1857,8 @@ use.  You can use @code{__OBJC__} to test whether a header is compiled
 by a C compiler or a Objective-C compiler.
 
 @item __ASSEMBLER__
-This macro is defined with value 1 when preprocessing assembler.
+This macro is defined with value 1 when preprocessing assembly
+language.
 
 @end table