diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 333647d..184ab7e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-12-31 Tom Tromey <tromey@redhat.com> + + * doc/install.texi (Testing): Fixed typo. + 2002-12-31 Kazu Hirata <kazu@cs.umass.edu> * config/h8300/h8300.h (TRAMPOLINE_TEMPLATE): Remove. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 484732b..8729f74 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1297,7 +1297,7 @@ specifying the location of that tree when invoking @samp{make}, as in @uref{http://www-124.ibm.com/developerworks/oss/cvs/jikes/~checkout~/jacks/jacks.html,,Jacks} is a free test suite that tests Java compiler front ends. This suite -can be run as part of libgcj testing by placing the Jacks tree withing +can be run as part of libgcj testing by placing the Jacks tree within the libjava testsuite at @file{libjava/testsuite/libjava.jacks/jacks}. @section How to interpret test results |
