Make sure that bs is not getting free'd again.
[openssl.git] / crypto / asn1 / a_null.c
index 3eb4f7939da03f240b4a38dfadb06abeb2fbd9cb..119fd784beabb7d9c74dd953a7f8cf3c22b2276a 100644 (file)
@@ -60,7 +60,7 @@
 #include "cryptlib.h"
 #include <openssl/asn1.h>
 
-/* ASN1 functions for NULL type. For compatability with other ASN1 code
+/* ASN1 functions for NULL type. For compatibility with other ASN1 code
  * it returns a pointer to an "ASN1_NULL" structure. The new/free functions
  * don't need to do any allocating because nothing is stored in a NULL.
  */