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] rs6000.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

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

	* config/rs6000/rs6000.c: Fix a comment typo.

Index: config/rs6000/rs6000.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000.c,v
retrieving revision 1.729
diff -u -p -r1.729 rs6000.c
--- config/rs6000/rs6000.c	27 Oct 2004 01:29:42 -0000	1.729
+++ config/rs6000/rs6000.c	27 Oct 2004 13:09:58 -0000
@@ -4967,7 +4967,7 @@ rs6000_spe_function_arg (CUMULATIVE_ARGS
   int gregno = cum->sysv_gregno;
 
   /* On E500 v2, double arithmetic is done on the full 64-bit GPR, but
-     are passed and returned in a pair of GPRs for ABI compatability.  */
+     are passed and returned in a pair of GPRs for ABI compatibility.  */
   if (TARGET_E500_DOUBLE && mode == DFmode)
     {
       /* Doubles go in an odd/even register pair (r5/r6, etc).  */


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