diff -r ec595a5e793e -r 72a9b7284ccf hotspot/src/share/vm/adlc/dict2.hpp --- a/hotspot/src/share/vm/adlc/dict2.hpp Mon Mar 09 13:34:00 2009 -0700 +++ b/hotspot/src/share/vm/adlc/dict2.hpp Thu Mar 12 18:16:36 2009 -0700 @@ -89,10 +89,10 @@ // Hashing functions int hashstr(const void *s); // Nice string hash -// Slimey cheap hash function; no guarenteed performance. Better than the +// Slimey cheap hash function; no guaranteed performance. Better than the // default for pointers, especially on MS-DOS machines. int hashptr(const void *key); -// Slimey cheap hash function; no guarenteed performance. +// Slimey cheap hash function; no guaranteed performance. int hashkey(const void *key); // Key comparators