aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-06-15 15:41:22 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-06-15 15:42:29 +0200
commit41d6461484d6d456fb07f495fb595e06b44758c4 (patch)
tree4562b28299ed84f3f62c33e76a6ee8587466075a
parent5b54a33435e5533653a9956728f2de9d16a3b4ee (diff)
downloadglibc-41d6461484d6d456fb07f495fb595e06b44758c4.zip
glibc-41d6461484d6d456fb07f495fb595e06b44758c4.tar.gz
glibc-41d6461484d6d456fb07f495fb595e06b44758c4.tar.bz2
manual: minor language fix (bz 31340)
Resolves: https://sourceware.org/bugzilla/show_bug.cgi?id=31340 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--manual/resource.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/resource.texi b/manual/resource.texi
index 37462ab..c9b21de 100644
--- a/manual/resource.texi
+++ b/manual/resource.texi
@@ -1193,7 +1193,7 @@ nice (int increment)
On a multi-processor system the operating system usually distributes
the different processes which are runnable on all available CPUs in a
way which allows the system to work most efficiently. Which processes
-and threads run can be to some extend be control with the scheduling
+and threads run can to some extend be controlled with the scheduling
functionality described in the last sections. But which CPU finally
executes which process or thread is not covered.