This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] doc/*.texi: Follow spelling conventions.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sat, 31 Jan 2004 12:32:33 -0500 (EST)
- Subject: [patch] doc/*.texi: Follow spelling conventions.
Hi,
Committed as obvious to both 3.4 and mainline.
Kazu Hirata
2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Follow spelling conventions.
* doc/tm.texi: Likewise.
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.398
diff -u -r1.398 invoke.texi
--- invoke.texi 31 Jan 2004 17:04:51 -0000 1.398
+++ invoke.texi 31 Jan 2004 17:17:31 -0000
@@ -3578,7 +3578,7 @@
the performance and/or code size at the expense of compilation time
and possibly the ability to debug the program.
-The compiler performs optimisation based on the knowledge it has of
+The compiler performs optimization based on the knowledge it has of
the program. Using the @option{-funit-at-a-time} flag will allow the
compiler to consider information gained from later functions in the
file when compiling a function. Compiling multiple files at once to a
Index: tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.288
diff -u -r1.288 tm.texi
--- tm.texi 23 Jan 2004 21:05:21 -0000 1.288
+++ tm.texi 31 Jan 2004 17:17:37 -0000
@@ -3304,7 +3304,7 @@
Define this macro to map register numbers held in the call frame info
that gcc has collected using @code{DWARF_FRAME_REGNUM} to those that
should be output in .debug_frame (@code{@var{for_eh}} is zero) and
-.eh_frame (@code{@var{for_eh}} is non-zero). The default is to
+.eh_frame (@code{@var{for_eh}} is nonzero). The default is to
return @code{@var{regno}}.
@end defmac
@@ -8442,7 +8442,7 @@
is no need for extensive validity checking). It returns @code{NULL} if
it is safe to load a PCH file with this data, or a suitable error message
if not. The error message will be presented to the user, so it should
-be localised.
+be localized.
@end deftypefn
@node Misc