diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-30 10:53:31 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-30 10:53:31 +0000 |
commit | 4034c43cec7331d2d1ef78e0bd560ace35684769 (patch) | |
tree | f4a8cde4def020c6f13f9049140e74e2ea47f9a3 /gcc/errors.c | |
parent | 67199634594a5a4081c5bcd884519de22c99be86 (diff) | |
download | gcc-4034c43cec7331d2d1ef78e0bd560ace35684769.tar.gz |
/gcc
2009-12-30 Robert Millan <rmh.gcc@aybabtu.com>
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 <rmh.gcc@aybabtu.com>
PR other/42537
* classpath/java/rmi/activation/Activatable.java: Fix typos in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155518 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/errors.c')
-rw-r--r-- | gcc/errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/errors.c b/gcc/errors.c index c75b361fb02..040dfdd0952 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 * |