[svn:parrot] r37416 - trunk/src

cotto at svn.parrot.org cotto at svn.parrot.org
Sat Mar 14 19:20:22 UTC 2009


Author: cotto
Date: Sat Mar 14 19:20:21 2009
New Revision: 37416
URL: https://trac.parrot.org/parrot/changeset/37416

Log:
[hash] spelling fix

Modified:
   trunk/src/hash.c

Modified: trunk/src/hash.c
==============================================================================
--- trunk/src/hash.c	Sat Mar 14 18:16:20 2009	(r37415)
+++ trunk/src/hash.c	Sat Mar 14 19:20:21 2009	(r37416)
@@ -274,7 +274,7 @@
 Takes an interpreter, a pointer to a string, and a seed value.
 Returns the hash value.
 
-Used by Parrot_new_cstring_hash.
+Used by parrot_new_cstring_hash.
 
 =cut
 


More information about the parrot-commits mailing list