]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved-dns-dnssec.c
treewide: fix a few typos in NEWS, docs and comments
[thirdparty/systemd.git] / src / resolve / resolved-dns-dnssec.c
index f63cd9b48c6e24f66d23cd95c5baa01497702839..fc076856b601d636d1b6e3095bfaaaa14c7eefef 100644 (file)
@@ -348,7 +348,7 @@ static int dnssec_ecdsa_verify_raw(
         if (!s)
                 return -EIO;
 
-        /* TODO: We should eventually use use the EVP API once it supports ECDSA signature verification */
+        /* TODO: We should eventually use the EVP API once it supports ECDSA signature verification */
 
         sig = ECDSA_SIG_new();
         if (!sig)