X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hv.h;h=3746b6090566162871506411fbc71439491f0929;hb=8f9a6e7d3541caba01fe037a1cf62a37217f9d9b;hp=68fc9da651c5338dd3d6f25767a00784f097b4a5;hpb=19692e8d256164f96817d6df6ecee26c3cda4ae9;p=p5sagit%2Fp5-mst-13.2.git 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 */ };