From: Niels Möller Date: Thu, 13 Oct 2005 12:21:34 +0000 (+0200) Subject: Comment fix. X-Git-Tag: nettle_1.14_release_20051205~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2253aab70be7d72b1ec65f467760c347b06be069;p=thirdparty%2Fnettle.git Comment fix. Rev: src/nettle/testsuite/sha1-test.c:1.4 --- diff --git a/testsuite/sha1-test.c b/testsuite/sha1-test.c index 48b3b3af..2f7bf25d 100644 --- a/testsuite/sha1-test.c +++ b/testsuite/sha1-test.c @@ -34,8 +34,8 @@ test_main(void) /* These are intermediate values for the single sha1_compress call that results from the first testcase, SHA1(""). Each row is the - values for A, B, C, D, E after the i:th row. The row i = -1 gives - the initial values, and i = 99 givces the output values. + values for A, B, C, D, E after the i:th round. The row i = -1 gives + the initial values, and i = 99 gives the output values. i A B C D E -1: 67452301 efcdab89 98badcfe 10325476 c3d2e1f0