From f9946bfddcb8263a2a12f0d56fe1d31ecdafcdec Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 29 Nov 2011 17:59:26 -0800 Subject: sv.c: typo --- sv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sv.c') diff --git a/sv.c b/sv.c index 93462a7f8c..f1fe1f2480 100644 --- a/sv.c +++ b/sv.c @@ -8441,7 +8441,7 @@ Creates a new SV with its SvPVX_const pointing to a shared string in the string table. If the string does not already exist in the table, it is created first. Turns on READONLY and FAKE. If the C parameter is non-zero, that value is used; otherwise the hash is computed. -The string's hash can be later be retrieved from the SV +The string's hash can later be retrieved from the SV with the C macro. The idea here is that as the string table is used for shared hash keys these strings will have SvPVX_const == HeKEY and hash lookup will avoid string compare. -- cgit v1.2.1