about summary refs log tree commit diff
path: root/manual/threads.texi
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-27 16:41:44 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-27 16:41:44 +0000
commit64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8 (patch)
tree7614449f4358b7412e1df8551b289850ffe40f90 /manual/threads.texi
parentf58a8c1c15d8b5d8a08e8553f82867202b88a5cc (diff)
downloadglibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar.gz
glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar.xz
glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.zip
Fix misspellings in manual/ -- BZ 25337
Diffstat (limited to 'manual/threads.texi')
-rw-r--r--manual/threads.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/threads.texi b/manual/threads.texi
index a721c7f464..e5544ff3da 100644
--- a/manual/threads.texi
+++ b/manual/threads.texi
@@ -945,7 +945,7 @@ undefined behavior.)  In any case, an application must not write to
 @code{__libc_single_threaded} even if it has joined the last
 application-created thread because future versions of @theglibc{} may
 create background threads after the first thread has been created, and
-the application has no way of knowning that these threads are present.
+the application has no way of knowing that these threads are present.
 
 @node Restartable Sequences
 @subsubsection Restartable Sequences