BIT STRING now stores the number of unused octets in a separate field.


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@498 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/ANY.h b/skeletons/ANY.h
index 588f295..cabc411 100644
--- a/skeletons/ANY.h
+++ b/skeletons/ANY.h
@@ -5,7 +5,7 @@
 #ifndef ASN_TYPE_ANY_H
 #define ASN_TYPE_ANY_H
 
-#include <OCTET_STRING.h>	/* Implemented via OCTET SRING type */
+#include <OCTET_STRING.h>	/* Implemented via OCTET STRING type */
 
 typedef struct ANY {
 	uint8_t *buf;	/* BER-encoded ANY contents */