aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-11-16 17:52:53 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-11-16 17:52:53 +0000
commit476c5eb60eb1046af8609079235c2f6db25365f4 (patch)
treea7291215987853b4d7a4af3680aabe033df4a4df /gcc/target.h
parentaf5fb6ab3bd4c53d247340d6dad77471993a168c (diff)
downloadgcc-476c5eb60eb1046af8609079235c2f6db25365f4.zip
gcc-476c5eb60eb1046af8609079235c2f6db25365f4.tar.gz
gcc-476c5eb60eb1046af8609079235c2f6db25365f4.tar.bz2
hard-reg-set.h: Follow spelling conventions.
* hard-reg-set.h: Follow spelling conventions. * real.c: Likewise. * target.h: Likewise. From-SVN: r59173
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target.h b/gcc/target.h
index 44e64a9..161c3dd 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -123,7 +123,7 @@ struct gcc_target
/* Output the assembler code for a thunk function. THUNK_DECL is the
declaration for the thunk function itself, FUNCTION is the decl for
the target function. DELTA is an immediate constant offset to be
- added to THIS. If VCALL_OFFSET is non-zero, the word at
+ added to THIS. If VCALL_OFFSET is nonzero, the word at
*(*this + vcall_offset) should be added to THIS. */
void (* output_mi_thunk) PARAMS ((FILE *file, tree thunk_decl,
HOST_WIDE_INT delta,