From: Kazu Hirata Date: Tue, 11 Jan 2005 05:29:29 +0000 (+0000) Subject: * config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos. X-Git-Tag: releases/gcc-4.0.0~1646 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35c0104b03b990b8fb2db82dfcf732ae3aad753d;p=thirdparty%2Fgcc.git * config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos. From-SVN: r93176 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 205c7b8917c8..dbc09956e755 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-01-11 Kazu Hirata + + * config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos. + 2005-01-11 Alan Modra * 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 a7fe7da29988..cef98d7a1c01 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 7d16488c2322..b4d06e9b0aab 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