From: Loup Vaillant Date: Sun, 12 Aug 2018 11:04:39 +0000 (+0200) Subject: Corrected wrong comment X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=c5b780a9cc20e0fddc3f9dab289c337a80182fbb;p=Monocypher.git Corrected wrong comment --- diff --git a/tests/test.c b/tests/test.c index 9bbbd3c..758bc0c 100644 --- a/tests/test.c +++ b/tests/test.c @@ -631,7 +631,7 @@ static int p_eddsa_random() return status; } -// Tests that the input and output buffers of crypto_check() can overlap. +// Tests that the input and output buffers of crypto_sign() can overlap. static int p_eddsa_overlap() { int status = 0;