diff options
Diffstat (limited to 'coreutils/stty.c')
-rw-r--r-- | coreutils/stty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c index 8c16c27a9..22784a260 100644 --- a/coreutils/stty.c +++ b/coreutils/stty.c | |||
@@ -917,7 +917,7 @@ end_option: | |||
917 | new_mode.c_cflag &= (~CIBAUD); | 917 | new_mode.c_cflag &= (~CIBAUD); |
918 | if (speed_was_set || memcmp(&mode, &new_mode, sizeof(mode)) != 0) | 918 | if (speed_was_set || memcmp(&mode, &new_mode, sizeof(mode)) != 0) |
919 | #endif | 919 | #endif |
920 | perror_on_device_and_die ("%s: unable to perform all requested operations"); | 920 | perror_on_device_and_die("%s: cannot perform all requested operations"); |
921 | } | 921 | } |
922 | } | 922 | } |
923 | 923 | ||