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 64213c6..4da3394 100644 --- a/util-linux/renice.c +++ b/util-linux/renice.c @@ -141,7 +141,7 @@ int renice_main(int argc UNUSED_PARAM, char **argv) retval = EXIT_FAILURE; } - /* No need to check for errors outputing to stderr since, if it + /* No need to check for errors outputting to stderr since, if it * was used, the HAD_ERROR label was reached and retval was set. */ return retval; |