langtools/src/share/classes/javax/tools/JavaCompiler.java
changeset 14545 2e7bab0639b8
parent 13844 56339cf983a3
child 14718 fd562276250e
--- a/langtools/src/share/classes/javax/tools/JavaCompiler.java	Thu Nov 15 19:54:20 2012 -0800
+++ b/langtools/src/share/classes/javax/tools/JavaCompiler.java	Thu Nov 15 23:07:24 2012 -0800
@@ -266,7 +266,7 @@
      * Gets a new instance of the standard file manager implementation
      * for this tool.  The file manager will use the given diagnostic
      * listener for producing any non-fatal diagnostics.  Fatal errors
-     * will be signalled with the appropriate exceptions.
+     * will be signaled with the appropriate exceptions.
      *
      * <p>The standard file manager will be automatically reopened if
      * it is accessed after calls to {@code flush} or {@code close}.