From 2290e9cb12c9ff7a4062dd999088a4c7db0113a3 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 28 Mar 2015 12:49:54 +0000 Subject: [PATCH] fsck: adjust message --- Standalone/fsck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Standalone/fsck.c b/Standalone/fsck.c index bd8dc1f7..7bf12e56 100644 --- a/Standalone/fsck.c +++ b/Standalone/fsck.c @@ -60,7 +60,7 @@ int main(int argc, char **argv) /* Verify the fsize and isize parameters */ if (superblock.s_mounted == SMOUNTED_WRONGENDIAN) { swizzling = 1; - printf("Detected endianness inverse of host\n"); + printf("Checking file system with reversed byte order.\n"); } if (swizzle16(superblock.s_mounted) != SMOUNTED) { -- 2.34.1