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
This commit is contained in:
Robert Millan 2009-12-30 10:53:31 +00:00 committed by Paolo Carlini
parent 0ac3a9af09
commit 8404785839
10 changed files with 27 additions and 15 deletions

View file

@ -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