--- a/jdk/src/share/classes/java/net/URI.java Mon Jun 10 12:26:20 2013 +0200
+++ b/jdk/src/share/classes/java/net/URI.java Mon Jun 10 12:58:32 2013 +0100
@@ -258,7 +258,7 @@
* <td>All <i>alphanum</i> characters together with those in the string
* <tt>"_-!.~'()*"</tt></td></tr>
* <tr><th valign=top><i>punct</i></th>
- * <td>The characters in the string <tt>",;:$&+="</tt></td></tr>
+ * <td>The characters in the string <tt>",;:$&+="</tt></td></tr>
* <tr><th valign=top><i>reserved</i></th>
* <td>All <i>punct</i> characters together with those in the string
* <tt>"?/[]@"</tt></td></tr>