diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-30 10:53:31 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-30 10:53:31 +0000 |
commit | 4034c43cec7331d2d1ef78e0bd560ace35684769 (patch) | |
tree | f4a8cde4def020c6f13f9049140e74e2ea47f9a3 /libjava | |
parent | 67199634594a5a4081c5bcd884519de22c99be86 (diff) | |
download | gcc-4034c43cec7331d2d1ef78e0bd560ace35684769.tar.gz |
/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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155518 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 11 | ||||
-rw-r--r-- | libjava/classpath/java/rmi/activation/Activatable.java | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 0701bd395a7..5a64e253438 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 diff --git a/libjava/classpath/java/rmi/activation/Activatable.java b/libjava/classpath/java/rmi/activation/Activatable.java index eb51100304f..6977d984c54 100644 --- a/libjava/classpath/java/rmi/activation/Activatable.java +++ b/libjava/classpath/java/rmi/activation/Activatable.java @@ -150,7 +150,7 @@ public abstract class Activatable * constructor when the object itself is activated via its special * "activation" constructor with the two parameters ({@link ActivationID}, * {@link MarshalledObject}). As a side effect, the object is exported and is - * available to accept incomming calls. + * available to accept incoming calls. * * @param anId the activation id * @param port the port, on which the activatable will be listening @@ -179,7 +179,7 @@ public abstract class Activatable * constructor when the object itself is activated via its special * "activation" constructor with the two parameters ({@link ActivationID}, * {@link MarshalledObject}). As a side effect, the object is exported and is - * available to accept incomming calls. + * available to accept incoming calls. * * @param anId the activation id * @param port the port, on which the activatable will be listening @@ -412,7 +412,7 @@ public abstract class Activatable /** * Make the remote object unavailable for incoming calls. This method also - * unregisters the object, so it cannot be activated again by incomming call + * unregisters the object, so it cannot be activated again by incoming call * (unless registered). * * @param obj the object to unexport |