[patch] bfin.c: Fix comment typos.

Kazu Hirata kazu@codesourcery.com
Thu Jun 1 12:41:00 GMT 2006


Hi,

Committed as obvious.

Kazu Hirata

2006-06-01  Kazu Hirata  <kazu@codesourcery.com>

	* config/bfin/bfin.c: Fix comment typos.

Index: config/bfin/bfin.c
===================================================================
--- config/bfin/bfin.c	(revision 114305)
+++ config/bfin/bfin.c	(working copy)
@@ -2735,10 +2735,10 @@ bfin_hardware_loop (void)
   cfun->machine->has_hardware_loops++;
 }
 
-/* Maxium loop nesting depth.  */
+/* Maximum loop nesting depth.  */
 #define MAX_LOOP_DEPTH 2
 
-/* Maxium size of a loop.  */
+/* Maximum size of a loop.  */
 #define MAX_LOOP_LENGTH 4096
 
 /* We need to keep a vector of loops */



More information about the Gcc-patches mailing list