summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2023-11-22 22:08:22 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-24 12:22:57 +0100
commit30991417c37300391d67289a755263502e37336f (patch)
tree1c6828b872a958764949cb80734258597113a9b2
parenta457755cb71c94464e70a85278ff307bfb0de8ec (diff)
pthread_key_create.3: tfix
Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/pthread_key_create.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_key_create.3 b/man3/pthread_key_create.3
index a1384e4c2..ea89501a0 100644
--- a/man3/pthread_key_create.3
+++ b/man3/pthread_key_create.3
@@ -136,7 +136,7 @@ pthread_create(3), pthread_exit(3), pthread_testcancel(3).
.SH EXAMPLE
The following code fragment
allocates a thread-specific array of 100 characters,
-with automatic reclaimation at thread exit:
+with automatic reclamation at thread exit:
.P
.RS
.ft 3