diff options
author | Robert Millan <rmh.gcc@aybabtu.com> | 2009-12-30 10:53:31 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2009-12-30 10:53:31 +0000 |
commit | 8404785839dfe5564634f0218bd78721c84b4b8a (patch) | |
tree | f4a8cde4def020c6f13f9049140e74e2ea47f9a3 /libjava/ChangeLog | |
parent | 0ac3a9af09c7b4afc87bcafc032522bdd15a40f4 (diff) | |
download | gcc-8404785839dfe5564634f0218bd78721c84b4b8a.zip gcc-8404785839dfe5564634f0218bd78721c84b4b8a.tar.gz gcc-8404785839dfe5564634f0218bd78721c84b4b8a.tar.bz2 |
re PR other/42537 ([PATCH] misc spelling fixes)
/gcc
2009-12-30 Robert Millan <rmh.gcc@aybabtu.com>
PR other/42537
* errors.c: Fix typo in comment.
* graphite-sese-to-poly.c: Likewise.
* profile.c (is_inconsistent): Fix typo in string.
/libjava
2009-12-30 Robert Millan <rmh.gcc@aybabtu.com>
PR other/42537
* classpath/java/rmi/activation/Activatable.java: Fix typos in comment.
From-SVN: r155518
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r-- | libjava/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 0701bd3..5a64e25 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2009-12-30 Robert Millan <rmh.gcc@aybabtu.com> + + PR other/42537 + * classpath/java/rmi/activation/Activatable.java: Fix typos in comment. + 2009-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac: Remove code to un-precious-ize CC, CXX, @@ -18,11 +23,11 @@ 2009-12-09 Bryce McKinlay <bmckinlay@gmail.com> - PR java/41991 + PR java/41991 * configure.ac (SYSTEMSPEC): Pass -allow_stack_execute to Darwin linker. * Makefile.am (gij_LDFLAGS): Remove extra_gij_ldflags. - * configure: Regenerate. + * configure: Regenerate. * Makefile.in: Regenerate. 2009-12-08 Eric Botcazou <ebotcazou@adacore.com> @@ -262,7 +267,7 @@ (PrintStream(File, String)): Likewise. (PrintStream(String)): Likewise. (PrintStream(String, String)): Likewise. - + 2009-07-24 Kai Tietz <kai.tietz@onevision.com> * gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: New Win32 |