This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] gcc/i386/linux.h, doc/extend.texi: Fix (comment) typos.


Hi,

Committed as obvious.

Kazu Hirata

2004-11-27  Kazu Hirata  <kazu@cs.umass.edu>

	* config/i386/linux.h: Fix a comment typo.
	* doc/extend.texi: Fix a typo.

Index: config/i386/linux.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/linux.h,v
retrieving revision 1.57
diff -u -d -p -r1.57 linux.h
--- config/i386/linux.h	26 Nov 2004 21:37:24 -0000	1.57
+++ config/i386/linux.h	27 Nov 2004 16:40:06 -0000
@@ -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
Index: doc/extend.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/extend.texi,v
retrieving revision 1.233
diff -u -d -p -r1.233 extend.texi
--- doc/extend.texi	26 Nov 2004 13:18:14 -0000	1.233
+++ doc/extend.texi	27 Nov 2004 16:40:10 -0000
@@ -8476,7 +8476,7 @@ int vec_any_out (vector float, vector fl
 @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:
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]