]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[crypto] Fix endianness typo in comment
authorMichael Brown <mcb30@ipxe.org>
Sat, 11 Nov 2017 23:44:50 +0000 (23:44 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sat, 11 Nov 2017 23:45:31 +0000 (23:45 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/md5.c

index f9738b0ac2a9db683dfe5b30baf66d4ac2522193..493591f3ce3597bcee855c54bcf73756407be897 100644 (file)
@@ -213,7 +213,7 @@ static void md5_digest ( struct md5_context *context ) {
                        i, *a, *b, *c, *d );
        }
 
-       /* Add chunk to hash and convert back to big-endian */
+       /* Add chunk to hash and convert back to little-endian */
        for ( i = 0 ; i < 4 ; i++ ) {
                context->ddd.dd.digest.h[i] =
                        cpu_to_le32 ( context->ddd.dd.digest.h[i] +