--- old/src/java.base/share/classes/java/nio/file/FileTreeWalker.java 2016-09-15 14:53:52.492620985 +0000 +++ new/src/java.base/share/classes/java/nio/file/FileTreeWalker.java 2016-09-15 14:53:52.388638078 +0000 @@ -171,7 +171,7 @@ * if {@code options} contains an element that is not a * {@code FileVisitOption} * @throws NullPointerException - * if {@code options} is {@ocde null} or the options + * if {@code options} is {@code null} or the options * array contains a {@code null} element */ FileTreeWalker(Collection options, int maxDepth) {