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] sh.c: Follow spelling conventions.


Hi,

Committed as obvious.

Kazu Hirata

2004-09-30  Kazu Hirata  <kazu@cs.umass.edu>

	* config/sh/sh.c: Follow spelling conventions.

Index: config/sh/sh.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sh/sh.c,v
retrieving revision 1.302
diff -u -r1.302 sh.c
--- config/sh/sh.c	28 Sep 2004 17:37:35 -0000	1.302
+++ config/sh/sh.c	30 Sep 2004 12:18:55 -0000
@@ -10036,7 +10036,7 @@
   return sh_fsca_int2sf_rtx;
 }
 
-/* Initialise the CUMULATIVE_ARGS structure.  */
+/* Initialize the CUMULATIVE_ARGS structure.  */
 
 void
 sh_init_cumulative_args (CUMULATIVE_ARGS *  pcum,
@@ -10090,7 +10090,7 @@
 	     in memory then we must force the address of this memory
 	     block onto the stack.  Ideally we would like to call
 	     targetm.calls.return_in_memory() here but we do not have
-	     the TYPE or the FNDECL available so we synthesise the
+	     the TYPE or the FNDECL available so we synthesize the
 	     contents of that function as best we can.  */
 	  pcum->force_mem =
 	    (TARGET_DEFAULT & HITACHI_BIT)


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