8145430: Fix typo in StackWalker javadoc
authormchung
Tue, 15 Dec 2015 13:02:01 -0800
changeset 34697 6f6c1be8c224
parent 34696 770a4223b939
child 34703 a6cf6a790a35
8145430: Fix typo in StackWalker javadoc Reviewed-by: dfuchs, darcy
jdk/src/java.base/share/classes/java/lang/StackWalker.java
--- a/jdk/src/java.base/share/classes/java/lang/StackWalker.java	Tue Dec 15 12:47:23 2015 -0800
+++ b/jdk/src/java.base/share/classes/java/lang/StackWalker.java	Tue Dec 15 13:02:01 2015 -0800
@@ -304,8 +304,8 @@
     }
 
     /**
-     * Returns a {@code StackWalker} instance with the given {@ocde options} specifying
-     * the stack frame information it can access. If the given {@ocde options}
+     * Returns a {@code StackWalker} instance with the given {@code options} specifying
+     * the stack frame information it can access. If the given {@code options}
      * is empty, this {@code StackWalker} is configured to skip all
      * {@linkplain Option#SHOW_HIDDEN_FRAMES hidden frames} and no
      * {@linkplain Option#RETAIN_CLASS_REFERENCE class reference} is retained.