Message-ID: <
3CAE3E2E.8483505@earthlink.net>
p4raw-id: //depot/perl@15767
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 */
};