]> git.codecow.com Git - Monocypher.git/commitdiff
Corrected wrong comment
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 12 Aug 2018 11:04:39 +0000 (13:04 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 12 Aug 2018 11:05:44 +0000 (13:05 +0200)
tests/test.c

index 9bbbd3ceb206afc819d08e335af7b205811ae087..758bc0c50c27bccdc69a10567980c4ea49f4a581 100644 (file)
@@ -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;