--- old/src/share/classes/java/nio/file/FileSystem.java Mon Oct 1 10:50:54 2012 +++ new/src/share/classes/java/nio/file/FileSystem.java Mon Oct 1 10:50:53 2012 @@ -347,7 +347,7 @@ * C:\\* * Matches C:\foo and C:\bar on the Windows * platform (note that the backslash is escaped; as a string literal in the - * Java Language the pattern would be "C:\\\\*") + * Java Language the pattern would be "C:\\\\*") * * *