OSDN Git Service

* config/alpha/alpha.md, config/arm/arm.c, config/arm/arm.h,
[pf3gnuchains/gcc-fork.git] / gcc / config / m68k / aux-exit.c
index 47a5809..1d7d6c0 100644 (file)
@@ -47,7 +47,7 @@ struct atexit_fn_block
 };
 
 
-/* staticly allocate the first block */
+/* statically allocate the first block */
 static struct atexit_fn_block atexit_fns;
 static struct atexit_fn_block *current_block = &atexit_fns;