diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-31 17:31:40 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-31 17:31:40 +0000 |
commit | a451b0bd9dbfc7cc27597b8668b4cb23822a8262 (patch) | |
tree | 25dedaa29bc5b80c8d0ef434180f9e0c06afd742 /gcc/doc | |
parent | e53e0c56793c41fb4964db138f72359254b5e0a7 (diff) | |
download | gcc-a451b0bd9dbfc7cc27597b8668b4cb23822a8262.zip gcc-a451b0bd9dbfc7cc27597b8668b4cb23822a8262.tar.gz gcc-a451b0bd9dbfc7cc27597b8668b4cb23822a8262.tar.bz2 |
invoke.texi: Follow spelling conventions.
* doc/invoke.texi: Follow spelling conventions.
* doc/tm.texi: Likewise.
From-SVN: r77040
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e760e6c..c49c44f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 8f1dfa7..fe43af9 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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 |