summaryrefslogtreecommitdiff
path: root/libc/manual/resource.texi
diff options
context:
space:
mode:
Diffstat (limited to 'libc/manual/resource.texi')
-rw-r--r--libc/manual/resource.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/manual/resource.texi b/libc/manual/resource.texi
index 1ec7af29f..5a1bb040b 100644
--- a/libc/manual/resource.texi
+++ b/libc/manual/resource.texi
@@ -1045,7 +1045,7 @@ describes the only scheduling many programmers need to be concerned
about.
But just to be clear about the scope of this scheduling: Any time a
-process with a absolute priority of 0 and a process with an absolute
+process with an absolute priority of 0 and a process with an absolute
priority higher than 0 are ready to run at the same time, the one with
absolute priority 0 does not run. If it's already running when the
higher priority ready-to-run process comes into existence, it stops