diff options
Diffstat (limited to 'util-linux/ipcrm.c')
-rw-r--r-- | util-linux/ipcrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c index 5e18c2846..8b0b226d3 100644 --- a/util-linux/ipcrm.c +++ b/util-linux/ipcrm.c @@ -63,7 +63,7 @@ static int remove_ids(type_id type, int argc, char **argv) ret = shmctl(id, IPC_RMID, NULL); if (ret) { - bb_perror_msg("cannot remove id %s", argv[0]); + bb_perror_msg("can't remove id %s", argv[0]); nb_errors++; } } |