summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/a_null.c')
-rw-r--r--crypto/asn1/a_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/a_null.c b/crypto/asn1/a_null.c
index 3eb4f7939d..119fd784be 100644
--- a/crypto/asn1/a_null.c
+++ b/crypto/asn1/a_null.c
@@ -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.
*/