Use the right prototype and a glob is fine (from Rafael).
[p5sagit/p5-mst-13.2.git] / sv.h
diff --git a/sv.h b/sv.h
index 8af8cbb..57a395b 100644 (file)
--- a/sv.h
+++ b/sv.h
@@ -306,7 +306,7 @@ struct xpvbm {
     U8         xbm_rare;       /* rarest character in string */
 };
 
-/* This structure much match XPVCV in cv.h */
+/* This structure must match XPVCV in cv.h */
 
 typedef U16 cv_flags_t;