jdk/src/windows/native/sun/java2d/d3d/D3DTextRenderer.cpp
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/windows/native/sun/java2d/d3d/D3DTextRenderer.cpp	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/windows/native/sun/java2d/d3d/D3DTextRenderer.cpp	Tue Oct 29 17:01:06 2013 +0400
@@ -444,7 +444,7 @@
             } else if (remainingWidth < ginfo->width) {
                 // in some cases, the x-advance may be slightly smaller
                 // than the actual width of the glyph; if so, adjust our
-                // estimate so that we can accomodate the entire glyph
+                // estimate so that we can accommodate the entire glyph
                 remainingWidth = ginfo->width;
             }
         } else {