diff options
Diffstat (limited to 'util-linux/mdev.c')
-rw-r--r-- | util-linux/mdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index acc5012d4..b292e14b7 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c @@ -185,7 +185,7 @@ static void make_device(char *path, int delete) putenv(s); free(s); free(command); - if (rc == -1) bb_perror_msg_and_die("Couldn't run %s", command); + if (rc == -1) bb_perror_msg_and_die("cannot run %s", command); } if (delete) unlink(device_name); } |