diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2020-10-12 17:15:58 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-10-13 14:58:16 +0200 |
commit | af548086ed1324d704155703160767a8fbb0ae14 (patch) | |
tree | 8886f829ce62d2d985a97b23fca987e3c157fc80 /manual/memory.texi | |
parent | a5177499e46b448e1243a5a9007e34ea50684b28 (diff) | |
download | glibc-af548086ed1324d704155703160767a8fbb0ae14.tar.gz |
manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015]
Reported-by: Martin Dorey <martin.dorey@hds.com>
Diffstat (limited to 'manual/memory.texi')
-rw-r--r-- | manual/memory.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/memory.texi b/manual/memory.texi index e5ea71bc6d..c132261084 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -1142,7 +1142,7 @@ overwritten. The default value of this parameter is @code{0}. This parameter can also be set for the process at startup by setting the -environment variable @env{MALLOC_MMAP_PERTURB_} to the desired value. +environment variable @env{MALLOC_PERTURB_} to the desired value. @item M_TOP_PAD This parameter determines the amount of extra memory to obtain from the system |