diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-01-11 05:29:29 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-01-11 05:29:29 +0000 |
commit | 35c0104b03b990b8fb2db82dfcf732ae3aad753d (patch) | |
tree | 3625ca43d57420789b5df6b8f8dae3d7cda969ba | |
parent | abb8b19a1ff526e0073beaa9d6def3bad6ec8019 (diff) | |
download | gcc-35c0104b03b990b8fb2db82dfcf732ae3aad753d.zip gcc-35c0104b03b990b8fb2db82dfcf732ae3aad753d.tar.gz gcc-35c0104b03b990b8fb2db82dfcf732ae3aad753d.tar.bz2 |
* config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos.
From-SVN: r93176
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/alpha/alpha.c | 2 | ||||
-rw-r--r-- | gcc/config/i386/mmx.md | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 205c7b8..dbc0995 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index a7fe7da..cef98d7 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -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) diff --git a/gcc/config/i386/mmx.md b/gcc/config/i386/mmx.md index 7d16488..b4d06e9 100644 --- a/gcc/config/i386/mmx.md +++ b/gcc/config/i386/mmx.md @@ -988,7 +988,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -;; Miscelaneous +;; Miscellaneous ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -1011,7 +1011,7 @@ && 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 |