]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: minor language fix (bz 31340)
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 15 Jun 2024 13:41:22 +0000 (15:41 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 15 Jun 2024 13:42:29 +0000 (15:42 +0200)
Resolves: https://sourceware.org/bugzilla/show_bug.cgi?id=31340
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
manual/resource.texi

index 37462abc9e467690d34d2c010966084fd07409e7..c9b21dedeb2f088851b05c8b79d3e33709ab31f5 100644 (file)
@@ -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.