+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.
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
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