Integrate perlio:
[p5sagit/p5-mst-13.2.git] / 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 */
 };