From 20446e3502a5d218fd6c9b80d6b4ca215cff1673 Mon Sep 17 00:00:00 2001 From: Yury Khrustalev Date: Fri, 19 Sep 2025 12:03:38 +0100 Subject: [PATCH] manual: fix typo in tunables.texi --- manual/tunables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tunables.texi b/manual/tunables.texi index d11ca7ed7c..e4592e23cc 100644 --- a/manual/tunables.texi +++ b/manual/tunables.texi @@ -759,7 +759,7 @@ Linux version 5.17, although not always enabled by some kernel configurations), this tunable can be used to control whether @theglibc{} decorates the underlying memory obtained from operating system with a string describing its usage (for instance, on the thread -stack created by @code{ptthread_create} or memory allocated by +stack created by @code{pthread_create} or memory allocated by @code{malloc}). The process mappings can be obtained by reading the @code{/proc/maps} -- 2.47.3