From: Michael Brown Date: Sat, 11 Nov 2017 23:44:50 +0000 (+0000) Subject: [crypto] Fix endianness typo in comment X-Git-Tag: v1.20.1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb6b66ce13af689b0b622b0898670dece645a8ab;p=thirdparty%2Fipxe.git [crypto] Fix endianness typo in comment Signed-off-by: Michael Brown --- diff --git a/src/crypto/md5.c b/src/crypto/md5.c index f9738b0ac..493591f3c 100644 --- a/src/crypto/md5.c +++ b/src/crypto/md5.c @@ -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] +