From 653e30fda93c07c9a932c52d3685a3907286787d Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Mon, 27 Aug 2018 10:26:25 +0200 Subject: [PATCH] sa_conv.c: Fix typo in comment Signed-off-by: Sebastien GODARD --- sa_conv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa_conv.c b/sa_conv.c index 1bf419e..e409039 100644 --- a/sa_conv.c +++ b/sa_conv.c @@ -404,7 +404,7 @@ invalid_header: * Note: Consider the value 0x01020304 read on a 32-bit machine. * Big-endian, saved as: 01 02 03 04 * Lille-endian, saved as: 04 03 02 01 - * The value should be saved as an 64-bit value and endianness should be + * The value should be saved as a 64-bit value and endianness should be * preserved: * Big-endian: 00 00 00 00 01 02 03 04 * Little-endian: 04 03 02 01 00 00 00 00 -- 2.40.0