* config/bfin/bfin.c: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Thu, 1 Jun 2006 12:38:11 +0000 (12:38 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 1 Jun 2006 12:38:11 +0000 (12:38 +0000)
From-SVN: r114306

gcc/ChangeLog
gcc/config/bfin/bfin.c

index bb0889690bab7b9aa296b46f35334ee5cdca626f..03737bd6ab374757bf159844f9983549c91721ad 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-01  Kazu Hirata  <kazu@codesourcery.com>
+
+       * config/bfin/bfin.c: Fix comment typos.
+
 2006-06-01  Paolo Bonzini  <bonzini@gnu.org>
 
        PR 25453
index 94c16784f32d6777be2e0ca566ae67d2fa6c878c..f27d94dd4abeedd96d99093711cce600fb77cce1 100644 (file)
@@ -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 */