diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2016-10-06 12:26:35 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-10-06 12:26:35 +0530 |
commit | 8e52276ef42434493936d851c201bc6d01e36c9a (patch) | |
tree | 521caff2de38a8d2fb0daaa3206df2eba19d8870 /manual/probes.texi | |
parent | a309449484161647ac93278706adb90086e05e30 (diff) | |
download | glibc-8e52276ef42434493936d851c201bc6d01e36c9a.tar glibc-8e52276ef42434493936d851c201bc6d01e36c9a.tar.gz glibc-8e52276ef42434493936d851c201bc6d01e36c9a.tar.bz2 glibc-8e52276ef42434493936d851c201bc6d01e36c9a.zip |
Manual typos: Internal probes
2016-05-06 Rical Jasan <ricaljasan@pacific.net>
* manual/probes.texi: Fix typos in the manual.
Diffstat (limited to 'manual/probes.texi')
-rw-r--r-- | manual/probes.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/probes.texi b/manual/probes.texi index 7dd56d8058..237a91855b 100644 --- a/manual/probes.texi +++ b/manual/probes.texi @@ -121,7 +121,7 @@ This occurs within point to the same arena. In this configuration, this will usually only occur once per thread. The exception is when a thread first selected the main arena, but a subsequent allocation from it fails: then, and -only then, may we switch to another arena to retry that allocations, and +only then, may we switch to another arena to retry that allocation, and for further allocations within that thread. @end deftp @@ -163,7 +163,7 @@ parameter. @end deftp @deftp Probe memory_mallopt_trim_threshold (int @var{$arg1}, int @var{$arg2}, int @var{$arg3}) -This probe is triggere shortly after the @code{memory_mallopt} probe, +This probe is triggered shortly after the @code{memory_mallopt} probe, when the parameter to be changed is @code{M_TRIM_THRESHOLD}. Argument @var{$arg1} is the requested value, @var{$arg2} is the previous value of this @code{malloc} parameter, and @var{$arg3} is nonzero if dynamic |