From: Kazu Hirata Date: Wed, 13 Apr 2005 15:55:01 +0000 (+0000) Subject: basic-block.h, [...]: Fix comment typos. X-Git-Tag: misc/cutover-cvs2svn~4104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41f717fb6be3e6ab666a77d9e7cc7718f9929d3c;p=thirdparty%2Fgcc.git basic-block.h, [...]: Fix comment typos. * basic-block.h, tree-ssa-uncprop.c, varasm.c, config/i386/sse.md: Fix comment typos. From-SVN: r98094 --- diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index dc8f9e4dec00..eca54860dd4e 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -774,7 +774,7 @@ (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.