summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/parser_aux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parser_aux.c b/lib/parser_aux.c
index 554551d..98af5d6 100644
--- a/lib/parser_aux.c
+++ b/lib/parser_aux.c
@@ -1142,7 +1142,7 @@ parse_version_string (const char *s, int *major, int *minor, int *micro)
* asn1_check_version - check for library version
* @req_version: Required version number, or NULL.
*
- * Check that the the version of the library is at minimum the
+ * Check that the version of the library is at minimum the
* requested one and return the version string; return %NULL if the
* condition is not satisfied. If a %NULL is passed to this function,
* no check is done, but the version string is simply returned.