aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-09-27 12:48:07 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-27 12:48:07 +0000
commit0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70 (patch)
treec2f7682329bf354ca96d9ae19d6a6cfe4312c16a /gcc/target.h
parentb9b575e6b5d26806b2d45c1d5c392fa2c2734de2 (diff)
downloadgcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.zip
gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.tar.gz
gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.tar.bz2
LANGUAGES: Follow spelling conventions.
* LANGUAGES: Follow spelling conventions. * rtl.def: Likewise. * sbitmap.c: Likewise. * sched-int.h: Likewise. * sched-rgn.c: Likewise. * sibcall.c: Likewise. * simplify-rtx.c: Likewise. * ssa.c: Likewise. * stab.def: Likewise. * stmt.c: Likewise. * stor-layout.c: Likewise. * target.h: Likewise. * timevar.c: Likewise. * toplev.c: Likewise. * tree-dump.c: Likewise. * tree-inline.c: Likewise. * tree.c: Likewise. * tree.def: Likewise. * tree.h: Likewise. * unroll.c: Likewise. * varasm.c: Likewise. * vmsdbgout.c: Likewise. * treelang/treelang.texi: Likewise. * treelang/treetree.c: Likewise. From-SVN: r57587
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 2cc9504..130f387 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -99,7 +99,7 @@ struct gcc_target
void (* eh_frame_section) PARAMS ((void));
/* Select and switch to a section for EXP. It may be a DECL or a
- constant for which TREE_CST_RTL is valid. RELOC is non-zero if
+ constant for which TREE_CST_RTL is valid. RELOC is nonzero if
runtime relocations must be applied; bit 1 will be set if the
runtime relocations require non-local name resolution. ALIGN is
the required alignment of the data. */