jdk/src/share/classes/com/sun/jndi/ldap/ClientId.java
changeset 25808 e113d0a0fde0
parent 25514 3cc6665bb6f4
--- a/jdk/src/share/classes/com/sun/jndi/ldap/ClientId.java	Fri Aug 01 19:44:52 2014 +0100
+++ b/jdk/src/share/classes/com/sun/jndi/ldap/ClientId.java	Fri Aug 01 22:32:51 2014 +0100
@@ -196,7 +196,7 @@
                 System.out.println("ClientId received an exception");
                 e.printStackTrace();
             }
-            // Failed to invoke the comparator; flag unequality
+            // Failed to invoke the comparator; flag inequality
             return false;
         }
         if (((Integer) ret) == 0) {