--- old/src/share/classes/java/lang/management/MemoryUsage.java 2013-06-10 10:37:29.113879597 +0100 +++ new/src/share/classes/java/lang/management/MemoryUsage.java 2013-06-10 10:37:28.845879604 +0100 @@ -72,8 +72,8 @@ * The amount of used and committed memory will always be less than * or equal to max if max is defined. * A memory allocation may fail if it attempts to increase the - * used memory such that used > committed even - * if used <= max would still be true (for example, + * used memory such that used > committed even + * if used <= max would still be true (for example, * when the system is low on virtual memory). * *