]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 11 Jan 2005 05:29:29 +0000 (05:29 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 11 Jan 2005 05:29:29 +0000 (05:29 +0000)
From-SVN: r93176

gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/i386/mmx.md

index 205c7b8917c8b0fe149b1ef3f214ef623598b436..dbc09956e7556f40e6dc73d7dfd0aaa9cf0f8ad9 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-11  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos.
+
 2005-01-11  Alan Modra  <amodra@bigpond.net.au>
 
        * varasm.c (default_section_type_flags_1): Don't set SECTION_SMALL.
index a7fe7da29988cdd4ffcbb524ca095efb75bbf8aa..cef98d7a1c01e78d250ff0f79ed47c07753a86ba 100644 (file)
@@ -2187,7 +2187,7 @@ alpha_expand_mov_nobwx (enum machine_mode mode, rtx *operands)
 }
 
 /* Implement the movmisalign patterns.  One of the operands is a memory
-   that is not natually aligned.  Emit instructions to load it.  */
+   that is not naturally aligned.  Emit instructions to load it.  */
 
 void
 alpha_expand_movmisalign (enum machine_mode mode, rtx *operands)
index 7d16488c232248fd4a201e84a3203daccc28119c..b4d06e9b0aab777530b013e73639666332de55ba 100644 (file)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
-;; Miscelaneous
+;; Miscellaneous
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
    && ix86_binary_operator_ok (PLUS, V8QImode, operands)"
 {
   /* These two instructions have the same operation, but their encoding
-     is different.  Prefer the one that is defacto standard.  */
+     is different.  Prefer the one that is de facto standard.  */
   if (TARGET_SSE || TARGET_3DNOW_A)
     return "pavgb\t{%2, %0|%0, %2}";
   else