summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/process/priority.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/src/process/priority.rs')
-rw-r--r--vendor/rustix/src/process/priority.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/rustix/src/process/priority.rs b/vendor/rustix/src/process/priority.rs
index 4835ceaa2..f8d061c6b 100644
--- a/vendor/rustix/src/process/priority.rs
+++ b/vendor/rustix/src/process/priority.rs
@@ -1,7 +1,7 @@
use crate::process::{Pid, Uid};
use crate::{backend, io};
-/// `nice()`—Adjust the scheduling priority of the current process.
+/// `nice(inc)`—Adjust the scheduling priority of the current process.
///
/// # References
/// - [POSIX]