jdk/src/share/classes/sun/print/RasterPrinterJob.java
changeset 21278 ef8a3a2a72f2
parent 19781 91b06f016821
child 21283 b24d2a6e59b8
--- a/jdk/src/share/classes/sun/print/RasterPrinterJob.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/print/RasterPrinterJob.java	Tue Oct 29 17:01:06 2013 +0400
@@ -195,7 +195,7 @@
     /* Instance Variables */
 
     /**
-     * Used to minimise GC & reallocation of band when printing
+     * Used to minimize GC & reallocation of band when printing
      */
     private int cachedBandWidth = 0;
     private int cachedBandHeight = 0;