diff options
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 |