jdk/src/share/classes/sun/font/StrikeCache.java
changeset 21278 ef8a3a2a72f2
parent 9035 1255eb81cc2f
child 22567 5816a47fa4dd
--- a/jdk/src/share/classes/sun/font/StrikeCache.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/font/StrikeCache.java	Tue Oct 29 17:01:06 2013 +0400
@@ -166,7 +166,7 @@
                 * cache strikes. The default is "soft" which hints to keep
                 * the strikes around. This property allows the client to
                 * override this to "weak" which hint to the GC to free
-                * memory more agressively.
+                * memory more aggressively.
                 */
                String refType =
                    System.getProperty("sun.java2d.font.reftype", "soft");