aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-04-08 17:01:17 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-04-08 17:01:17 +0000
commit917f1b7ea3e4737fccda44b8dfb5c868b3d5fed4 (patch)
tree9a89407bf0978b32e50e4f9c4dbb294a3c14cef7 /gcc/config/i386
parentb82feea52fface9bc8d2addb726704da49b1d972 (diff)
downloadgcc-917f1b7ea3e4737fccda44b8dfb5c868b3d5fed4.zip
gcc-917f1b7ea3e4737fccda44b8dfb5c868b3d5fed4.tar.gz
gcc-917f1b7ea3e4737fccda44b8dfb5c868b3d5fed4.tar.bz2
builtins.c, [...]: Fix comment typos.
* builtins.c, config/arm/arm.c, config/i386/cygwin.h, config/i386/i386.c, config/ia64/ia64.c, config/s390/fixdfdi.h, config/sh/sh.c, config/sh/sh.h, df-scan.c, except.c, haifa-sched.c, optabs.c, rtl.h, sched-deps.c, sched-int.h, sched-rgn.c, tree-inline.h, tree-ssa-dom.c, tree-ssa-loop-prefetch.c, tree-ssa-operands.c, tree-vect-patterns.c, tree-vrp.c: Fix comment typos. Follow spelling convensions. * config/ia64/ia64.opt, doc/contrib.texi, doc/invoke.texi, doc/passes.texi, doc/tm.texi, doc/tree-ssa.texi: Fix comment typos. Follow spelling conventions. From-SVN: r112782
Diffstat (limited to 'gcc/config/i386')
-rw-r--r--gcc/config/i386/cygwin.h2
-rw-r--r--gcc/config/i386/i386.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h
index 3cbbd16..a7d5e47 100644
--- a/gcc/config/i386/cygwin.h
+++ b/gcc/config/i386/cygwin.h
@@ -235,6 +235,6 @@ while (0)
/* Every program on cygwin links against cygwin1.dll which contains
the pthread routines. There is no need to explicitly link them
- and the -pthread flag is not recognised. */
+ and the -pthread flag is not recognized. */
#undef GOMP_SELF_SPECS
#define GOMP_SELF_SPECS ""
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index af6ec67..9076825 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -16372,7 +16372,7 @@ ix86_preferred_reload_class (rtx x, enum reg_class class)
if (x == CONST0_RTX (mode))
return class;
- /* Force constants into memory if we are loading a (non-zero) constant into
+ /* Force constants into memory if we are loading a (nonzero) constant into
an MMX or SSE register. This is because there are no MMX/SSE instructions
to load from a constant. */
if (CONSTANT_P (x)