jdk/src/jdk.attach/solaris/native/libattach/VirtualMachineImpl.c
changeset 28059 e576535359cc
parent 26216 5e46c782b43c
child 29607 659cd463df20
--- a/jdk/src/jdk.attach/solaris/native/libattach/VirtualMachineImpl.c	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/jdk.attach/solaris/native/libattach/VirtualMachineImpl.c	Thu Oct 30 07:31:41 2014 -0700
@@ -320,7 +320,7 @@
         JNU_ThrowIOExceptionWithLastError(env, "door_call");
     } else {
         /*
-         * door_call succeeded but the call didn't return the the expected jint.
+         * door_call succeeded but the call didn't return the expected jint.
          */
         if (door_args.data_size < sizeof(jint)) {
             JNU_ThrowIOException(env, "Enqueue error - reason unknown as result is truncated!");