From: Sebastien GODARD Date: Mon, 27 Aug 2018 08:26:25 +0000 (+0200) Subject: sa_conv.c: Fix typo in comment X-Git-Tag: v12.1.1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=653e30fda93c07c9a932c52d3685a3907286787d;p=sysstat sa_conv.c: Fix typo in comment Signed-off-by: Sebastien GODARD --- 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