diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-02-03 16:21:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-02-03 16:21:55 +0000 |
commit | 5041541e41d601397af25539d0c94cccff320188 (patch) | |
tree | fa790caf0e354f821c5c0f2f2c49024d43c1d092 /gcc/java/jcf-parse.c | |
parent | d1ad84c20452e63a38a6b414a6eb7001711c520a (diff) | |
download | gcc-5041541e41d601397af25539d0c94cccff320188.zip gcc-5041541e41d601397af25539d0c94cccff320188.tar.gz gcc-5041541e41d601397af25539d0c94cccff320188.tar.bz2 |
* java-tree.h, javaop.def, jcf-parse.c: Fix comment typos.
From-SVN: r121543
Diffstat (limited to 'gcc/java/jcf-parse.c')
-rw-r--r-- | gcc/java/jcf-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index 59b9e89..39abb57 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -259,7 +259,7 @@ java_read_sourcefilenames (const char *fsource_filename) /* Given a relative pathname such as foo/bar.java, attempt to find a longer pathname with the same suffix. - This is a best guess heuristic; with some weird class hierarcies we + This is a best guess heuristic; with some weird class hierarchies we may fail to pick the correct source file. For example, if we have the filenames foo/bar.java and also foo/foo/bar.java, we do not have enough information to know which one is the right match for |