Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> --- man3/pthread_key_create.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2