* basic-block.h, tree-ssa-uncprop.c, varasm.c,
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Apr 2005 15:55:01 +0000 (15:55 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Apr 2005 15:55:01 +0000 (15:55 +0000)
config/i386/sse.md: Fix comment typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98094 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/sse.md

index dc8f9e4..eca5486 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.