diff options
-rw-r--r-- | gcc/java/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/java/gcj.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 194edc5..fd737f9 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2007-11-07 Tom Tromey <tromey@redhat.com> + + PR java/34019: + * gcj.texi (Input Options): Add missing noun. + 2007-11-02 Tom Tromey <tromey@redhat.com> PR java/33765: diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index b268db7..f5df9d9 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -226,7 +226,7 @@ searches the class path looking for matching @file{.class} or points at the installed @file{libgcj.jar}, a file which contains all the standard classes. -In the below, a directory or path component can refer either to an +In the text below, a directory or path component can refer either to an actual directory on the filesystem, or to a @file{.zip} or @file{.jar} file, which @command{gcj} will search as if it is a directory. |