< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/Main.java

Print this page

        

@@ -475,11 +475,11 @@
             }
         }
     }
 
     /**
-     * An object to encapulate the set of in-memory classes, such that
+     * An object to encapsulate the set of in-memory classes, such that
      * they can be written by a file manager and subsequently used by
      * a class loader.
      */
     private static class Context {
         private final Path file;
< prev index next >