src/share/vm/libadt/dict.hpp

changeset 1040
98cb887364d3
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/libadt/dict.hpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/libadt/dict.hpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -86,10 +86,10 @@
     1.4  
     1.5  // Hashing functions
     1.6  int hashstr(const void *s);        // Nice string hash
     1.7 -// Slimey cheap hash function; no guarenteed performance.  Better than the
     1.8 +// Slimey cheap hash function; no guaranteed performance.  Better than the
     1.9  // default for pointers, especially on MS-DOS machines.
    1.10  int hashptr(const void *key);
    1.11 -// Slimey cheap hash function; no guarenteed performance.
    1.12 +// Slimey cheap hash function; no guaranteed performance.
    1.13  int hashkey(const void *key);
    1.14  
    1.15  // Key comparators

mercurial