jdk/src/share/classes/com/sun/tools/jdi/AbstractLauncher.java
changeset 17484 4ad440adc4b1
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/com/sun/tools/jdi/AbstractLauncher.java	Thu May 16 04:30:45 2013 -0700
+++ b/jdk/src/share/classes/com/sun/tools/jdi/AbstractLauncher.java	Thu May 16 19:28:44 2013 +0400
@@ -142,7 +142,7 @@
      * This class simply provides a context for a single launch and
      * accept. It provides instance fields that can be used by
      * all threads involved. This stuff can't be in the Connector proper
-     * because the connector is is a singleton and not specific to any
+     * because the connector is a singleton and is not specific to any
      * one launch.
      */
     private class Helper {