Commit aab26080 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r114306
parent f5c3bb4b
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
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment