This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
887986e
)
Fix typo in comment.
author
Nicholas Clark
<nick@ccl4.org>
Sun, 30 Oct 2005 10:00:42 +0000
(10:00 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
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 retu
n
rned by hv_fetch_ent
+/* free the pool of temporary HE/HEK pairs returned by hv_fetch_ent
* for tied hashes */
void