langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java
changeset 26264 a09fedde76be
parent 25874 83c19f00452c
child 29427 44f4e6905b67
--- a/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java	Fri Aug 22 12:25:01 2014 +0200
+++ b/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java	Fri Aug 22 16:28:16 2014 -0700
@@ -55,7 +55,7 @@
 
 /**
  * Options for javac. The specific Option to handle a command-line option
- * is identified by searching the members of this enum in order, looking
+ * is identified by searching the members of this enum in order, looking for
  * the first {@link #matches match}. The action for an Option is performed
  * by calling {@link #process process}, and by providing a suitable
  * {@link OptionHelper} to provide access the compiler state.