This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] gcc: Fix some typos in function names, etc.
Hi Joseph,
> > Attached is a patch to fix some typos in function names, etc.
>
> I think typos in messages should be treated as doc patches and applied to
> 3.4 branch as well.
Committed thus.
Kazu Hirata
2004-02-08 Kazu Hirata <kazu@cs.umass.edu>
* c-objc-common.c (c_cannot_inline_tree_fn): Fix a typo in a
warning.
Index: c-objc-common.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-objc-common.c,v
retrieving revision 1.37
diff -u -r1.37 c-objc-common.c
--- c-objc-common.c 1 Jan 2004 13:58:56 -0000 1.37
+++ c-objc-common.c 8 Feb 2004 23:08:21 -0000
@@ -80,7 +80,7 @@
{
if (do_warning)
warning ("%Jfunction '%F' can never be inlined because it "
- "is supressed using -fno-inline", fn, fn);
+ "is suppressed using -fno-inline", fn, fn);
goto cannot_inline;
}