From c5b780a9cc20e0fddc3f9dab289c337a80182fbb Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 12 Aug 2018 13:04:39 +0200 Subject: [PATCH] Corrected wrong comment --- tests/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3