diff -r 820966182ab9 -r 9bf46d16dcc6 hotspot/src/share/vm/memory/binaryTreeDictionary.hpp --- a/hotspot/src/share/vm/memory/binaryTreeDictionary.hpp Tue Jan 14 16:40:33 2014 +0100 +++ b/hotspot/src/share/vm/memory/binaryTreeDictionary.hpp Thu Jan 23 14:47:23 2014 +0100 @@ -322,7 +322,7 @@ void set_tree_hints(void); // Reset statistics for all the lists in the tree. void clear_tree_census(void); - // Print the statistcis for all the lists in the tree. Also may + // Print the statistics for all the lists in the tree. Also may // print out summaries. void print_dict_census(void) const; void print_free_lists(outputStream* st) const;