aboutsummaryrefslogtreecommitdiff
path: root/crypto/der.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/der.c')
-rw-r--r--crypto/der.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/der.c b/crypto/der.c
index dab3fe4f24..ebbecfc3fe 100644
--- a/crypto/der.c
+++ b/crypto/der.c
@@ -76,7 +76,7 @@ enum QCryptoDERTagEnc {
/**
* qcrypto_der_encode_length:
* @src_len: the length of source data
- * @dst: distination to save the encoded 'length', if dst is NULL, only compute
+ * @dst: destination to save the encoded 'length', if dst is NULL, only compute
* the expected buffer size in bytes.
* @dst_len: output parameter, indicates how many bytes wrote.
*