]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/bfin/bfin.c
cse.c, [...]: Fix comment typos.
[gcc.git] / gcc / config / bfin / bfin.c
index be3beb362f2f154cb601318326387fbeb7d0bf97..366c47d80ce93a29f0b5906f0a2c2330db7965b5 100644 (file)
@@ -1,4 +1,4 @@
-/* The Blackfin code generation auxilary output file.
+/* The Blackfin code generation auxiliary output file.
    Copyright (C) 2005  Free Software Foundation, Inc.
    Contributed by Analog Devices.
 
@@ -320,7 +320,7 @@ setup_incoming_varargs (CUMULATIVE_ARGS *cum,
 
   /* The move for named arguments will be generated automatically by the
      compiler.  We need to generate the move rtx for the unnamed arguments
-     if they are in the first 3 words.  We assume atleast 1 named argument
+     if they are in the first 3 words.  We assume at least 1 named argument
      exists, so we never generate [ARGP] = R0 here.  */
 
   for (i = cum->words + 1; i < max_arg_registers; i++)
This page took 0.027409 seconds and 5 git commands to generate.