aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1/asn1.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/asn1/asn1.c')
-rw-r--r--plugins/asn1/asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/asn1/asn1.c b/plugins/asn1/asn1.c
index 9d6bf9fb51..25e4b780dd 100644
--- a/plugins/asn1/asn1.c
+++ b/plugins/asn1/asn1.c
@@ -417,7 +417,7 @@ asn1_null_decode ( ASN1_SCK *asn1, int enc_len)
asn1->offset += enc_len;
/*
- * Check for integer overflows.
+ * Check for integer overflows.
* XXX - ASN1_ERR_LENGTH_MISMATCH seemed like the most appropriate
* error from the ones available. Should we make a new one?
*/