From: Alan Cox Date: Sat, 28 Mar 2015 12:49:54 +0000 (+0000) Subject: fsck: adjust message X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2290e9cb12c9ff7a4062dd999088a4c7db0113a3;p=FUZIX.git fsck: adjust message --- 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) {