fsck: adjust message
authorAlan Cox <alan@linux.intel.com>
Sat, 28 Mar 2015 12:49:54 +0000 (12:49 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 28 Mar 2015 12:49:54 +0000 (12:49 +0000)
Standalone/fsck.c

index bd8dc1f..7bf12e5 100644 (file)
@@ -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) {