< prev index next >

src/java.base/share/classes/java/lang/Runtime.java

Print this page
rev 58266 : imported patch XXXXXXX-typos

@@ -956,11 +956,11 @@
         private final Optional<Integer> build;
         private final Optional<String>  optional;
 
         /*
          * List of version number components passed to this constructor MUST
-         * be at least unmodifiable (ideally immutable). In the case on an
+         * be at least unmodifiable (ideally immutable). In the case of an
          * unmodifiable list, the caller MUST hand the list over to this
          * constructor and never change the underlying list.
          */
         private Version(List<Integer> unmodifiableListOfVersions,
                         Optional<String> pre,
< prev index next >