]> granicus.if.org Git - sysstat/commitdiff
sa_conv.c: Fix typo in comment
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 27 Aug 2018 08:26:25 +0000 (10:26 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 27 Aug 2018 08:26:25 +0000 (10:26 +0200)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
sa_conv.c

index 1bf419e98446665dd076cb60c3d981b076cf6e24..e40903961a4911519cc4df2ad7058deec6324a50 100644 (file)
--- 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