From: Kazu Hirata Date: Thu, 1 Jun 2006 12:38:11 +0000 (+0000) Subject: * config/bfin/bfin.c: Fix comment typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aab260801e1272935af193df91236d144f315edb;p=gcc.git * config/bfin/bfin.c: Fix comment typos. From-SVN: r114306 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb0889690ba..03737bd6ab3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-06-01 Kazu Hirata + + * config/bfin/bfin.c: Fix comment typos. + 2006-06-01 Paolo Bonzini PR 25453 diff --git a/gcc/config/bfin/bfin.c b/gcc/config/bfin/bfin.c index 94c16784f32..f27d94dd4ab 100644 --- a/gcc/config/bfin/bfin.c +++ b/gcc/config/bfin/bfin.c @@ -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 */