aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-15 13:12:33 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-15 13:12:33 +0000
commit1a141fe10a22a59d30ba8d856fec6483a5e96e33 (patch)
tree3e2c51354516b477914a985353cfb69c58aa3435 /gcc/doc
parentb3a27618a0e5169cebbf012df39afebeae80d90d (diff)
downloadgcc-1a141fe10a22a59d30ba8d856fec6483a5e96e33.zip
gcc-1a141fe10a22a59d30ba8d856fec6483a5e96e33.tar.gz
gcc-1a141fe10a22a59d30ba8d856fec6483a5e96e33.tar.bz2
* doc/tm.texi: Follow spelling conventions.
From-SVN: r87550
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index a877f4c..1b3d466 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -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