]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Comment fix.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 13 Oct 2005 12:21:34 +0000 (14:21 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 13 Oct 2005 12:21:34 +0000 (14:21 +0200)
Rev: src/nettle/testsuite/sha1-test.c:1.4

testsuite/sha1-test.c

index 48b3b3af7c68afd437068a91c9b19675b380cf5c..2f7bf25d073fa86979a294025cd974917dba406f 100644 (file)
@@ -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