# HG changeset patch # User Thomas Wuerthinger # Date 1424952753 -3600 # Node ID d2d84142044d8b0e7e364b0a75c1647a82d78909 # Parent ee2f430c2b1bc426346ed5e7c7105fe066b12ac0 Correct typo. diff -r ee2f430c2b1b -r d2d84142044d graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java Wed Feb 25 21:05:45 2015 +0100 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java Thu Feb 26 13:12:33 2015 +0100 @@ -251,7 +251,7 @@ /** * Computes the size of the memory chunk allocated for an array. This size accounts for the - * array header size, boy size and any padding after the last element to satisfy object + * array header size, body size and any padding after the last element to satisfy object * alignment requirements. * * @param length the number of elements in the array