aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-05-26 12:17:52 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-05-26 12:17:52 +0000
commit4dad0aca146f96888dda601263e31f8621de1bae (patch)
tree903b6ffc6c810b13e3b3edeb9e468186e2ee4223 /gcc/gcc.c
parent0ee8e25059355c772a3e7c7eb88d502496bc7922 (diff)
downloadgcc-4dad0aca146f96888dda601263e31f8621de1bae.zip
gcc-4dad0aca146f96888dda601263e31f8621de1bae.tar.gz
gcc-4dad0aca146f96888dda601263e31f8621de1bae.tar.bz2
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
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
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;