about summary refs log tree commit diff
path: root/manual/resource.texi
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-28 11:37:21 +0200
committerJim Meyering <meyering@redhat.com>2010-02-22 21:25:57 +0100
commitbbf70ae9ce646540576f2b0cbc66b90da1511b0b (patch)
treeeecd723cafb89a99562bfcd449693fade9df1e02 /manual/resource.texi
parent34a407de9661ff8e938d152445b750becb247f7c (diff)
downloadglibc-bbf70ae9ce646540576f2b0cbc66b90da1511b0b.tar.gz
glibc-bbf70ae9ce646540576f2b0cbc66b90da1511b0b.tar.xz
glibc-bbf70ae9ce646540576f2b0cbc66b90da1511b0b.zip
manual: fix doubled-words and typos
* manual/charset.texi (Selecting the Conversion): Likewise.
* manual/errno.texi (Error Messages): Likewise.
* manual/getopt.texi (Getopt Long Options): Likewise.
* manual/memory.texi (Resizing the Data Segment): Likewise.
* manual/message.texi (GUI program problems): Likewise.
* manual/resource.texi (CPU Affinity): Likewise.
* manual/stdio.texi (Streams and Threads): Likewise.
* manual/time.texi (High Accuracy Clock): Likewise.
Diffstat (limited to 'manual/resource.texi')
-rw-r--r--manual/resource.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/resource.texi b/manual/resource.texi
index 4a814c9e4a..05495722f9 100644
--- a/manual/resource.texi
+++ b/manual/resource.texi
@@ -1288,7 +1288,7 @@ protected from concurrent accesses from different processors.
 The POSIX standard up to this date is of not much help to solve this
 problem.  The Linux kernel provides a set of interfaces to allow
 specifying @emph{affinity sets} for a process.  The scheduler will
-schedule the thread or process on on CPUs specified by the affinity
+schedule the thread or process on CPUs specified by the affinity
 masks.  The interfaces which the GNU C library define follow to some
 extend the Linux kernel interface.