[svn:parrot] r41940 - trunk/src

cotto at svn.parrot.org cotto at svn.parrot.org
Mon Oct 19 14:49:47 UTC 2009


Author: cotto
Date: Mon Oct 19 14:49:46 2009
New Revision: 41940
URL: https://trac.parrot.org/parrot/changeset/41940

Log:
[hash] typo fix in docs

Modified:
   trunk/src/hash.c

Modified: trunk/src/hash.c
==============================================================================
--- trunk/src/hash.c	Mon Oct 19 11:54:35 2009	(r41939)
+++ trunk/src/hash.c	Mon Oct 19 14:49:46 2009	(r41940)
@@ -1010,7 +1010,7 @@
 =item C<void parrot_hash_destroy(PARROT_INTERP, Hash *hash)>
 
 Frees the memory allocated to the specified hash and its bucket store.  Used by
-Parrot_chash_destroy.
+parrot_chash_destroy.
 
 =cut
 


More information about the parrot-commits mailing list