]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/der.c
misc/other: spelling fixes
[mirror_qemu.git] / crypto / der.c
index dab3fe4f24326cac822db7e2adab376790774c2b..ebbecfc3fe1038a33cb5ba3e0d94b8b329f09e4b 100644 (file)
@@ -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.
  *