]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - crypto/afalg.c
misc/other: spelling fixes
[thirdparty/qemu.git] / crypto / afalg.c
index 348301e703a857e8aa4d1fc3aaf6d513a5fc4603..52a491dbb515a250c996baa66f40f493970c648f 100644 (file)
@@ -73,7 +73,7 @@ qcrypto_afalg_comm_alloc(const char *type, const char *name,
     QCryptoAFAlg *afalg;
 
     afalg = g_new0(QCryptoAFAlg, 1);
-    /* initilize crypto API socket */
+    /* initialize crypto API socket */
     afalg->opfd = -1;
     afalg->tfmfd = qcrypto_afalg_socket_bind(type, name, errp);
     if (afalg->tfmfd == -1) {