From 8404785839dfe5564634f0218bd78721c84b4b8a Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Wed, 30 Dec 2009 10:53:31 +0000 Subject: re PR other/42537 ([PATCH] misc spelling fixes) /gcc 2009-12-30 Robert Millan PR other/42537 * errors.c: Fix typo in comment. * graphite-sese-to-poly.c: Likewise. * profile.c (is_inconsistent): Fix typo in string. /libjava 2009-12-30 Robert Millan PR other/42537 * classpath/java/rmi/activation/Activatable.java: Fix typos in comment. From-SVN: r155518 --- gcc/errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/errors.c') diff --git a/gcc/errors.c b/gcc/errors.c index c75b361..040dfdd 100644 --- a/gcc/errors.c +++ b/gcc/errors.c @@ -104,7 +104,7 @@ internal_error (const char *format, ...) shares no directory elements with the pathname of __FILE__. This is used by fancy_abort() to print `Internal compiler error in expr.c' instead of `Internal compiler error in ../../GCC/gcc/expr.c'. This - version is ment to be used for the gen* programs and therefor need not + version is meant to be used for the gen* programs and therefor need not handle subdirectories. */ const char * -- cgit v1.1