diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-07-28 23:55:00 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-07-28 23:55:00 +0000 |
commit | cea618ac1fbb93b3b74f1861fe741d6df1bdac42 (patch) | |
tree | def25d7a21ae681586ef447d7554b6b4d334b0d5 /gcc/config/arm/neon.ml | |
parent | 1207ac677d44f3d8480cb764a2cf6bc60debd850 (diff) | |
download | gcc-cea618ac1fbb93b3b74f1861fe741d6df1bdac42.zip gcc-cea618ac1fbb93b3b74f1861fe741d6df1bdac42.tar.gz gcc-cea618ac1fbb93b3b74f1861fe741d6df1bdac42.tar.bz2 |
cfglayout.c, [...]: Fix comment typos.
* cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,
config/arm/neon-schedgen.ml, config/arm/neon.ml,
config/arm/vec-common.md, config/ia64/div.md, cselib.c,
df-core.c, df.h, dominance.c, optabs.c, opts.c, reg-stack.c,
regstat.c, target.h, tree-ssa-live.c, tree-ssa-pre.c,
tree-vect-transform.c, tree.def: Fix comment typos. Follow
spelling conventions.
* doc/invoke.texi: Follow spelling conventions.
From-SVN: r127030
Diffstat (limited to 'gcc/config/arm/neon.ml')
-rw-r--r-- | gcc/config/arm/neon.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/neon.ml b/gcc/config/arm/neon.ml index 59f6cc9..39807a4 100644 --- a/gcc/config/arm/neon.ml +++ b/gcc/config/arm/neon.ml @@ -177,7 +177,7 @@ type opcode = (* Set/extract lanes from a vector. *) | Vget_lane | Vset_lane - (* Initialise vector from bit pattern. *) + (* Initialize vector from bit pattern. *) | Vcreate (* Set all lanes to same value. *) | Vdup_n @@ -227,7 +227,7 @@ type features = names. *) | Instruction_name of string list (* Mark that the intrinsic yields no instructions, or expands to yield - behaviour that the test generator cannot test. *) + behavior that the test generator cannot test. *) | No_op (* Mark that the intrinsic has constant arguments that cannot be set to the defaults (zero for pointers and one otherwise) in the test |