< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/sjavac/comp/SmartFileManager.java

Print this page

        

@@ -48,11 +48,11 @@
  * information about what artifacts are generated.
  *
  * Traps writes to certain files, if the content written is identical
  * to the existing file.
  *
- * Can also blind out the filemanager from seeing certain files in the file system.
+ * Can also blind out the file manager from seeing certain files in the file system.
  * Necessary to prevent javac from seeing some sources where the source path points.
  *
  *  <p><b>This is NOT part of any supported API.
  *  If you write code that depends on this, you do so at your own risk.
  *  This code and its internal interfaces are subject to change or
< prev index next >