diff options
Diffstat (limited to 'libjava/java')
-rw-r--r-- | libjava/java/awt/Toolkit.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/awt/Toolkit.java b/libjava/java/awt/Toolkit.java index e13bd5f..9be38e8 100644 --- a/libjava/java/awt/Toolkit.java +++ b/libjava/java/awt/Toolkit.java @@ -807,7 +807,7 @@ public abstract class Toolkit /** * Returns the event queue that is suitable for the calling context. * - * <p>Despite the word “System” in the name of this + * <p>Despite the word “System” in the name of this * method, a toolkit may provide different event queues for each * applet. There is no guarantee that the same queue is shared * system-wide. @@ -842,7 +842,7 @@ public abstract class Toolkit /** * Returns the event queue that is suitable for the calling context. * - * <p>Despite the word “,System”, in the name of this + * <p>Despite the word “System” in the name of this * method, a toolkit may provide different event queues for each * applet. There is no guarantee that the same queue is shared * system-wide. |