From 4dad0aca146f96888dda601263e31f8621de1bae Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 26 May 2007 12:17:52 +0000 Subject: c-typeck.c, [...]: Fix typos and follow spelling conventions in various warning/error/diagnostic... * c-typeck.c, config/arm/arm.c, config/darwin.c, config/sh/symbian.c, gcc.c, ipa-cp.c, ipa-inline.c, loop-iv.c, omega.c, tree-ssa-loop-niter.c, treestruct.def: Fix typos and follow spelling conventions in various warning/error/diagnostic messages. From-SVN: r125089 --- gcc/gcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gcc.c') diff --git a/gcc/gcc.c b/gcc/gcc.c index 5ed41bd..14e3e7a 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -7963,7 +7963,7 @@ static const char * print_asm_header_spec_function (int arg ATTRIBUTE_UNUSED, const char **argv ATTRIBUTE_UNUSED) { - printf (_("Assember options\n================\n\n")); + printf (_("Assembler options\n=================\n\n")); printf (_("Use \"-Wa,OPTION\" to pass \"OPTION\" to the assembler.\n\n")); fflush (stdout); return NULL; -- cgit v1.1