From: Benjamin Goldberg Date: Fri, 5 Apr 2002 19:15:42 +0000 (-0500) Subject: Re: the dirty half dozen (Re: perl@15662) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ddac11c4801daf29180327d37faf88031955526c;p=p5sagit%2Fp5-mst-13.2.git Re: the dirty half dozen (Re: perl@15662) Message-ID: <3CAE3E2E.8483505@earthlink.net> p4raw-id: //depot/perl@15767 --- diff --git a/hv.h b/hv.h index 68fc9da..3746b60 100644 --- a/hv.h +++ b/hv.h @@ -24,7 +24,7 @@ struct hek { I32 hek_len; /* length of hash key */ char hek_key[1]; /* variable-length hash key */ /* the hash-key is \0-terminated */ - /* after the \0 there is a byte for flags, such as whehter the key is + /* after the \0 there is a byte for flags, such as whether the key is UTF8 */ };