projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
887986e
)
Fix typo in comment.
Nicholas Clark [Sun, 30 Oct 2005 10:00:42 +0000 (10:00 +0000)]
p4raw-id: //depot/perl@25894
hv.c
patch
|
blob
|
blame
|
history
diff --git
a/hv.c
b/hv.c
index
9b90df2
..
7a9fd3a
100644
(file)
--- a/
hv.c
+++ b/
hv.c
@@
-107,7
+107,7
@@
S_save_hek_flags(pTHX_ const char *str, I32 len, U32 hash, int flags)
return hek;
}
-/* free the pool of temporary HE/HEK pairs retunrned by hv_fetch_ent
+/* free the pool of temporary HE/HEK pairs returned by hv_fetch_ent
* for tied hashes */
void