jdk/src/share/classes/java/nio/file/FileSystem.java
changeset 14014 da3648e13e67
parent 9497 f08c52fe9fc7
child 14342 8435a30053c1
--- a/jdk/src/share/classes/java/nio/file/FileSystem.java	Sat Sep 29 15:44:06 2012 +0400
+++ b/jdk/src/share/classes/java/nio/file/FileSystem.java	Mon Oct 01 15:36:57 2012 +0100
@@ -347,7 +347,7 @@
      *   <td><tt>C:&#92;&#92;*</tt>
      *   <td>Matches <tt>C:&#92;foo</tt> and <tt>C:&#92;bar</tt> on the Windows
      *   platform (note that the backslash is escaped; as a string literal in the
-     *   Java Language the pattern would be <tt>"C:&#92;&#92;&#92;&#92*"</tt>) </td>
+     *   Java Language the pattern would be <tt>"C:&#92;&#92;&#92;&#92;*"</tt>) </td>
      * </tr>
      *
      * </table>