< prev index next >
src/java.base/share/classes/java/io/FilePermission.java
Print this page
rev 58428 : [mq]: XXXXXXX-typos
@@ -538,11 +538,11 @@
*
* @implNote
* If {@code jdk.io.permissionsUseCanonicalPath} is {@code true}, a
* simple {@code cpath} is inside a wildcard {@code cpath} if and only if
* after removing the base name (the last name in the pathname's name
- * sequence) from the former the remaining part equals to the latter,
+ * sequence) from the former the remaining part is equal to the latter,
* a simple {@code cpath} is recursively inside a wildcard {@code cpath}
* if and only if the former starts with the latter.
* <p>
* If {@code jdk.io.permissionsUseCanonicalPath} is {@code false}, a
* simple {@code npath} is inside a wildcard {@code npath} if and only if
< prev index next >