[svn:parrot] r48606 - trunk/include/parrot

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Mon Aug 23 01:21:13 UTC 2010


Author: jkeenan
Date: Mon Aug 23 01:21:13 2010
New Revision: 48606
URL: https://trac.parrot.org/parrot/changeset/48606

Log:
Correct spelling error in inline comment.

Modified:
   trunk/include/parrot/hash.h

Modified: trunk/include/parrot/hash.h
==============================================================================
--- trunk/include/parrot/hash.h	Mon Aug 23 00:52:05 2010	(r48605)
+++ trunk/include/parrot/hash.h	Mon Aug 23 01:21:13 2010	(r48606)
@@ -78,7 +78,7 @@
     hash_hash_key_fn hash_val;
 };
 
-/* Utility macros - use them, do not reinvent the weel */
+/* Utility macros - use them, do not reinvent the wheel */
 #define parrot_hash_iterate parrot_hash_iterate_linear
 
 #define parrot_hash_iterate_linear(_hash, _code)                            \


More information about the parrot-commits mailing list