diff options
Diffstat (limited to 'util-linux/renice.c')
-rw-r--r-- | util-linux/renice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/renice.c b/util-linux/renice.c index 64213c680..4da3394a8 100644 --- a/util-linux/renice.c +++ b/util-linux/renice.c | |||
@@ -141,7 +141,7 @@ int renice_main(int argc UNUSED_PARAM, char **argv) | |||
141 | retval = EXIT_FAILURE; | 141 | retval = EXIT_FAILURE; |
142 | } | 142 | } |
143 | 143 | ||
144 | /* No need to check for errors outputing to stderr since, if it | 144 | /* No need to check for errors outputting to stderr since, if it |
145 | * was used, the HAD_ERROR label was reached and retval was set. */ | 145 | * was used, the HAD_ERROR label was reached and retval was set. */ |
146 | 146 | ||
147 | return retval; | 147 | return retval; |