diff options
author | Tom Tromey <tromey@redhat.com> | 2002-12-31 19:16:24 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-12-31 19:16:24 +0000 |
commit | 3b41afd944b8413290a47b776d638abfe7321969 (patch) | |
tree | 760b6967940ec331b470ec5c64060b261adfddd1 | |
parent | 92bc13234630d8ac1953a864c7ae8da649a3f660 (diff) | |
download | gcc-3b41afd944b8413290a47b776d638abfe7321969.zip gcc-3b41afd944b8413290a47b776d638abfe7321969.tar.gz gcc-3b41afd944b8413290a47b776d638abfe7321969.tar.bz2 |
* doc/install.texi (Testing): Fixed typo.
From-SVN: r60709
-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 |