diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-27 16:45:15 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-27 16:45:15 +0000 |
commit | 2fd1350624de57d3784c80efbf730ef8aff5cdc4 (patch) | |
tree | 1ca2cf9efc14485f4437057a3d3b6a5b6552c921 /gcc | |
parent | 086aa12e9c57cef4e4872a179cf1610487215f19 (diff) | |
download | gcc-2fd1350624de57d3784c80efbf730ef8aff5cdc4.zip gcc-2fd1350624de57d3784c80efbf730ef8aff5cdc4.tar.gz gcc-2fd1350624de57d3784c80efbf730ef8aff5cdc4.tar.bz2 |
linux.h: Fix a comment typo.
* config/i386/linux.h: Fix a comment typo.
* doc/extend.texi: Fix a typo.
From-SVN: r91377
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/linux.h | 2 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f633b68..1319cfa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-27 Kazu Hirata <kazu@cs.umass.edu> + + * config/i386/linux.h: Fix a comment typo. + * doc/extend.texi: Fix a typo. + 2004-11-27 Jeff Law <law@redhat.com> * tree-cfg.c (cleanup_tree_cfg): Also return true if blocks diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index b8dee2c..bbdfef6 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -183,5 +183,5 @@ Boston, MA 02111-1307, USA. */ #define MD_UNWIND_SUPPORT "config/i386/linux-unwind.h" -/* This macro may be overriden in i386/k*bsd-gnu.h */ +/* This macro may be overridden in i386/k*bsd-gnu.h. */ #define REG_NAME(reg) reg diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index cac004f..f4134b1 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -8476,7 +8476,7 @@ int vec_any_out (vector float, vector float); @subsection SPARC VIS Built-in Functions GCC supports SIMD operations on the SPARC using both the generic vector -extentions (@pxref{Vector Extensions}) as well as built-in functions for +extensions (@pxref{Vector Extensions}) as well as built-in functions for the SPARC Visual Instruction Set (VIS). When you use the @option{-mvis} switch, the VIS extension is exposed as the following built-in functions: |