X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hv.h;h=f47a77b98b427f02bde2ce8badef1972fbd04c4f;hb=ce87d91c2356e5fb8cc780255277325e7efd97f1;hp=1ec5d5613bb1c957ff6e3c07be906c9222cd1eec;hpb=43e6e717d18ccf9c351f44370ef56abe09dc1cc4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hv.h b/hv.h index 1ec5d56..f47a77b 100644 --- a/hv.h +++ b/hv.h @@ -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