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

From-SVN: r114306
This commit is contained in:
Kazu Hirata 2006-06-01 12:38:11 +00:00 committed by Kazu Hirata
parent f5c3bb4bf0
commit aab260801e
2 changed files with 6 additions and 2 deletions

View 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

View 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 */