diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-30 10:00:42 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-30 10:00:42 +0000 |
commit | 4a31713e65b514c8128b1b5004c0f6d73a80aec3 (patch) | |
tree | f18bbd19560e78622faa999320c09e1124730503 /hv.c | |
parent | 887986eb9473f45f115f0a49ec6a7899f43f8906 (diff) | |
download | perl-4a31713e65b514c8128b1b5004c0f6d73a80aec3.tar.gz |
Fix typo in comment.
p4raw-id: //depot/perl@25894
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |