jdk/src/jdk.jvmstat/share/classes/sun/jvmstat/monitor/HostIdentifier.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 31061 fead7d86d75f
--- a/jdk/src/jdk.jvmstat/share/classes/sun/jvmstat/monitor/HostIdentifier.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/jdk.jvmstat/share/classes/sun/jvmstat/monitor/HostIdentifier.java	Thu Oct 30 07:31:41 2014 -0700
@@ -227,7 +227,7 @@
      *
      * The necessary components of the VmIdentifier are extracted and
      * reassembled into a HostIdentifier. If a "file:" scheme (protocol)
-     * is specified, the the returned HostIdentifier will always be
+     * is specified, the returned HostIdentifier will always be
      * equivalent to HostIdentifier("file://localhost").
      *
      * @param vmid the VmIdentifier use to construct the HostIdentifier.