aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/compliance.c2
-rw-r--r--common/tlv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/compliance.c b/common/compliance.c
index 04978ed1b..84449af25 100644
--- a/common/compliance.c
+++ b/common/compliance.c
@@ -41,7 +41,7 @@ static int initialized;
static int module;
/* This value is used by DSA and RSA checks in addition to the hard
- * coded length checks. It allows to increase the required key length
+ * coded length checks. It allows one to increase the required key length
* using a confue file. */
static unsigned int min_compliant_rsa_length;
diff --git a/common/tlv.c b/common/tlv.c
index 4ba9ef20d..c77f4cc4f 100644
--- a/common/tlv.c
+++ b/common/tlv.c
@@ -152,7 +152,7 @@ find_tlv_unchecked (const unsigned char *buffer, size_t length,
/* ASN.1 BER parser: Parse BUFFER of length SIZE and return the tag
* and the length part from the TLV triplet. Update BUFFER and SIZE
* on success. Note that this function does not check that the value
- * fits into the provided buffer; this allows to work on the TL part
+ * fits into the provided buffer; this allows one to work on the TL part
* of a TLV. */
gpg_error_t
parse_ber_header (unsigned char const **buffer, size_t *size,