diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-28 17:46:46 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-28 17:46:46 +0000 |
commit | 554f270788f1a960804f94da4b28faed8fcf50b2 (patch) | |
tree | bfad2d717d3d9605e8fb4c3cba410dc93fdf4df4 /gcc/libgcc2.h | |
parent | bf3d6235698dd6eeffcea4a95724f4bd37d95861 (diff) | |
download | gcc-554f270788f1a960804f94da4b28faed8fcf50b2.tar.gz |
* cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c,
config/fr30/fr30.md, config/i386/i386-interix.h,
config/i386/i386.c, config/i386/i386.md, config/sh/superh.h,
config/sh/superh64.h, config/v850/v850.c, df-core.c,
df-problems.c, df.h, except.c, final.c, haifa-sched.c,
lambda-code.c, libgcc2.h, omp-low.c, optabs.c, predict.c,
reload.c, tree-flow.h, tree-outof-ssa.c, tree-ssa-dce.c,
tree-ssa-pre.c, tree-vect-transform.c: Fix comment typos.
Follow spelling conventions.
* doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix typos.
Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114168 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc2.h')
-rw-r--r-- | gcc/libgcc2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.h b/gcc/libgcc2.h index 5b3a9e14cd1..c13f0c76bcc 100644 --- a/gcc/libgcc2.h +++ b/gcc/libgcc2.h @@ -429,7 +429,7 @@ extern const UQItype __popcount_tab[256]; /* Defined for L_clz. Exported here because some targets may want to use it for their own versions of the __clz builtins. It contains the bit position of the first set bit for the numbers 0 - 255. This avoids the - need for a seperate table for the __ctz builtins. */ + need for a separate table for the __ctz builtins. */ extern const UQItype __clz_tab[256]; #include "longlong.h" |