Re: the dirty half dozen (Re: perl@15662)
Benjamin Goldberg [Fri, 5 Apr 2002 19:15:42 +0000 (14:15 -0500)]
Message-ID: <3CAE3E2E.8483505@earthlink.net>

p4raw-id: //depot/perl@15767

hv.h

diff --git a/hv.h b/hv.h
index 68fc9da..3746b60 100644 (file)
--- 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 */
 };