aboutsummaryrefslogtreecommitdiff
path: root/util-linux/renice.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/renice.c')
-rw-r--r--util-linux/renice.c2
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)
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;