jdk/src/solaris/classes/sun/awt/X11/XWindow.java
changeset 21278 ef8a3a2a72f2
parent 21270 8a0fc12b81a2
child 22584 eed64ee05369
child 23248 3418855fb2c5
--- a/jdk/src/solaris/classes/sun/awt/X11/XWindow.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/solaris/classes/sun/awt/X11/XWindow.java	Tue Oct 29 17:01:06 2013 +0400
@@ -250,7 +250,7 @@
         if (target != null && (c = target.getBackground()) != null) {
             // We need a version of setBackground that does not call repaint !!
             // and one that does not get overridden. The problem is that in postInit
-            // we call setBackground and we dont have all the stuff initialized to
+            // we call setBackground and we don't have all the stuff initialized to
             // do a full paint for most peers. So we cannot call setBackground in postInit.
             // instead we need to call xSetBackground.
             xSetBackground(c);
@@ -436,7 +436,7 @@
 
     // We need a version of setBackground that does not call repaint !!
     // and one that does not get overridden. The problem is that in postInit
-    // we call setBackground and we dont have all the stuff initialized to
+    // we call setBackground and we don't have all the stuff initialized to
     // do a full paint for most peers. So we cannot call setBackground in postInit.
     final public void xSetBackground(Color c) {
         XToolkit.awtLock();