summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorBenjamin Goldberg <goldbb2@earthlink.net>2002-04-05 14:15:42 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-06 17:25:13 +0000
commitddac11c4801daf29180327d37faf88031955526c (patch)
treeb33e40fe9199c19b376a57d751c38e4b14b6c6bd /hv.h
parent7d865a9101bac3fd36e6d9d186fde02f53394ed4 (diff)
downloadperl-ddac11c4801daf29180327d37faf88031955526c.tar.gz
Re: the dirty half dozen (Re: perl@15662)
Message-ID: <3CAE3E2E.8483505@earthlink.net> p4raw-id: //depot/perl@15767
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.h b/hv.h
index 68fc9da651..3746b60905 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 */
};