--- a/jdk/src/share/classes/javax/swing/JComponent.java Tue Jan 25 08:41:46 2011 -0500
+++ b/jdk/src/share/classes/javax/swing/JComponent.java Wed Jan 26 18:01:41 2011 +0000
@@ -4911,7 +4911,7 @@
* painting to originate from this Component, or one of its ancestors.
* <p/>
* Calling {@link JComponent#repaint} on a Swing component will be delegated to
- * the first ancestor which {@code isPaintingOrigin()} returns {@true},
+ * the first ancestor which {@code isPaintingOrigin()} returns {@code true},
* if there are any.
* <p/>
* {@code JComponent} subclasses that need to be repainted when any of their