hotspot/src/share/vm/adlc/dict2.hpp
changeset 2154 72a9b7284ccf
parent 2131 98f9cef66a34
child 5547 f4b087cbb361
--- 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