summaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-04 22:00:42 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-04 22:00:42 +0000
commitc92df8b45987233404a47e9dbea2ca82eff2581c (patch)
tree9b195d4cd769e885b8cf65f29775d32fe192574e /gcc/java
parentf632ca0d7046548099240bf6f60ca2fac1008637 (diff)
downloadgcc-c92df8b45987233404a47e9dbea2ca82eff2581c.tar.gz
2002-06-04 Michael Koch <konqueror@gmx.de>
* gcj.texi (Input Options): Fixed typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54263 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/gcj.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 9241ec80d5c..e05dba1504f 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-04 Michael Koch <konqueror@gmx.de>
+
+ * gcj.texi (Input Options): Fixed typo.
+
2002-06-04 Zack Weinberg <zack@codesourcery.com>
* java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index e8b913ce8a9..67fb135710c 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -242,7 +242,7 @@ file, which @command{gcj} will search as if it is a directory.
@item -I@var{dir}
All directories specified by @code{-I} are kept in order and prepended
to the class path constructed from all the other options. Unless
-compatibility with tools like @code{javac} is imported, we recommend
+compatibility with tools like @code{javac} is important, we recommend
always using @code{-I} instead of the other options for manipulating the
class path.