]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
basic-block.h, [...]: Fix comment typos.
authorKazu Hirata <kazu@gcc.gnu.org>
Wed, 13 Apr 2005 15:55:01 +0000 (15:55 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 13 Apr 2005 15:55:01 +0000 (15:55 +0000)
* basic-block.h, tree-ssa-uncprop.c, varasm.c,
config/i386/sse.md: Fix comment typos.

From-SVN: r98094

gcc/config/i386/sse.md

index dc8f9e4dec00743c7494ed44408872096d604472..eca54860dd4ed0b12cb00e5ab7347a660f8baa08 100644 (file)
    (set_attr "mode" "V4SF")])
 
 ;; Also define scalar versions.  These are used for abs, neg, and
-;; conditional move.  Using subregs into vector modes causes regiser
+;; conditional move.  Using subregs into vector modes causes register
 ;; allocation lossage.  These patterns do not allow memory operands
 ;; because the native instructions read the full 128-bits.