This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Minor comment fix
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 9 Sep 2005 09:35:01 +0000 (09:35 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 9 Sep 2005 09:35:01 +0000 (09:35 +0000)
p4raw-id: //depot/perl@25366

hv.h

diff --git a/hv.h b/hv.h
index 1ec5d56..f47a77b 100644 (file)
--- 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