src/share/classes/com/sun/jndi/toolkit/ctx/AtomicContext.java

Print this page
rev 10430 : imported patch typos

@@ -94,11 +94,11 @@
     /* Resolution method for supporting federation */
     /**
       * Resolves the nns for 'name' when the named context is acting
       * as an intermediate context.
       *
-      * For a system that supports junctions, this would be equilvalent to
+      * For a system that supports junctions, this would be equivalent to
       *         a_lookup(name, cont);
       * because for junctions, an intermediate slash simply signifies
       * a syntactic separator.
       *
       * For a system that supports implicit nns, this would be equivalent to

@@ -485,11 +485,11 @@
         throws NamingException {
             if (_contextType == _ATOMIC) {
                 resolve_to_nns_and_continue(name, cont);
                 return null;
             } else {
-                // use COmponentContext
+                // use ComponentContext
                 return super.c_getNameParser_nns(name, cont);
             }
         }
 
 // --------------    internal methods used by this class