* doc/tm.texi: Follow spelling conventions.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 15 Sep 2004 13:12:33 +0000 (13:12 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 15 Sep 2004 13:12:33 +0000 (13:12 +0000)
From-SVN: r87550

gcc/ChangeLog
gcc/doc/tm.texi

index 790c459e70e9da12724d005d8408c75709a5781c..493f0c92ed1f2bcb72f84dfc09937b127603b539 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-15  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/tm.texi: Follow spelling conventions.
+
 2004-09-15  Kazu Hirata  <kazu@cs.umass.edu>
 
        * tree-ssa-dom.c: Fix comment typos.
index a877f4c3311b4d7cc78d6a132afded8427b9ba9e..1b3d466c1db939a18fc79838e6c0caae074a2380 100644 (file)
@@ -5512,7 +5512,7 @@ for multiplications, @code{COSTS_N_INSNS (7)} for division and modulus
 operations, and @code{COSTS_N_INSNS (1)} for all other operations.
 
 When optimizing for code size, i.e@. when @code{optimize_size} is
-non-zero, this target hook should be used to estimate the relative
+nonzero, this target hook should be used to estimate the relative
 size cost of an expression, again relative to @code{COSTS_N_INSNS}.
 
 The hook returns true when all subexpressions of @var{x} have been
@@ -8398,7 +8398,7 @@ to perform initial processing of the @samp{dllimport} and
 @end deftypefn
 
 @defmac TARGET_DECLSPEC
-Define this macro to a non-zero value if you want to treat
+Define this macro to a nonzero value if you want to treat
 @code{__declspec(X)} as equivalent to @code{__attribute((X))}.  By
 default, this behavior is enabled only for targets that define
 @code{TARGET_DLLIMPORT_DECL_ATTRIBUTES}.  The current implementation