add compile-time check for correct DHCP packet size
[oweals/busybox.git] / e2fsprogs / e2fsck.c
index 4920cd0f47652b221948dcc2e0cec3a792ad7014..ea5b08ccca6109b2f9b0c7f8e79165ff624c0c60 100644 (file)
@@ -13377,7 +13377,7 @@ restart:
                                 * happen, unless the hardware or
                                 * device driver is being bogus.
                                 */
-                               bb_error_msg(_("unable to set superblock flags on %s"), ctx->device_name);
+                               bb_error_msg(_("cannot set superblock flags on %s"), ctx->device_name);
                                bb_error_msg_and_die(0);
                        }
                        retval = e2fsck_run_ext3_journal(ctx);