diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-09 09:35:01 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-09 09:35:01 +0000 |
commit | df805c3ec4f4a47f66c26574a4bd6585a96b1afe (patch) | |
tree | 3ad83e8f225f8cd5a21204495f77e0ab6c305a12 /hv.h | |
parent | d441d3dbd5dd9715b34c33620bfba8ba08be6118 (diff) | |
download | perl-df805c3ec4f4a47f66c26574a4bd6585a96b1afe.tar.gz |
Minor comment fix
p4raw-id: //depot/perl@25366
Diffstat (limited to 'hv.h')
-rw-r--r-- | hv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ typedef struct { /* The use of a temporary pointer and the casting games * is needed to serve the dual purposes of * (a) the hashed data being interpreted as "unsigned char" (new since 5.8, - * a "char" can be either signed or signed, depending on the compiler) + * a "char" can be either signed or unsigned, depending on the compiler) * (b) catering for old code that uses a "char" * * The "hash seed" feature was added in Perl 5.8.1 to perturb the results |