diff -r ec59443af135 -r 98cb887364d3 src/share/vm/libadt/dict.hpp --- a/src/share/vm/libadt/dict.hpp Fri Feb 27 08:34:19 2009 -0800 +++ b/src/share/vm/libadt/dict.hpp Fri Feb 27 13:27:09 2009 -0800 @@ -86,10 +86,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