diff -r 5ce1fe94b270 -r a09fedde76be langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java --- 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.