invoke.texi: Follow spelling conventions.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 31 Jan 2004 17:31:40 +0000 (17:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 31 Jan 2004 17:31:40 +0000 (17:31 +0000)
* doc/invoke.texi: Follow spelling conventions.
* doc/tm.texi: Likewise.

From-SVN: r77040

gcc/ChangeLog
gcc/doc/invoke.texi
gcc/doc/tm.texi

index 8eeb69c31d9ba0a6f9911545b725fffa6c8fe8e5..4207bb0b62d45a34601e017b127108d00c51e223 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/invoke.texi: Follow spelling conventions.
+       * doc/tm.texi: Likewise.
+
 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
 
        * doc/install.texi: Fix typos.
index e760e6cedc327ddca7c274da39ab8f341112fa05..c49c44f45db3630281f97701b8d459a6010f0e4b 100644 (file)
@@ -3578,7 +3578,7 @@ Turning on optimization flags makes the compiler attempt to improve
 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 8f1dfa7233d20d497898cf948eb6ec8ddba34005..fe43af94e0503cefa573e581a3033ee63cde2486 100644 (file)
@@ -3304,7 +3304,7 @@ should return the .eh_frame register number.  The default is
 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 @@ and @code{TARGET_OPTIONS}.  It is given data which came from
 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