public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: ricaljasan@pacific.net
To: libc-alpha@sourceware.org
Subject: [PATCH 33/37] Manual typos: Internal probes
Date: Fri, 06 May 2016 07:55:00 -0000	[thread overview]
Message-ID: <1462521305-19409-34-git-send-email-ricaljasan@pacific.net> (raw)
In-Reply-To: <1462521305-19409-1-git-send-email-ricaljasan@pacific.net>

[-- Attachment #1: Type: text/plain, Size: 44 bytes --]

This is a multi-part message in MIME format.

[-- Attachment #2: Type: text/plain, Size: 185 bytes --]

2016-05-06  Rical Jasan  <ricaljasan@pacific.net>

	* manual/probes.texi: Fix typos in the manual.
---
 manual/probes.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0033-Manual-typos-Internal-probes.patch --]
[-- Type: text/x-patch; name="0033-Manual-typos-Internal-probes.patch", Size: 1091 bytes --]

diff --git a/manual/probes.texi b/manual/probes.texi
index 7dd56d8..237a918 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

  parent reply	other threads:[~2016-05-06  7:55 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-06  7:55 [PATCH 00/37] Manual typos: Overview ricaljasan
2016-05-06  7:55 ` [PATCH 08/37] Manual typos: Message Translation ricaljasan
2016-05-22  3:30   ` Chris Leonard
2016-06-16  5:17   ` Mike Frysinger
2016-05-06  7:55 ` ricaljasan [this message]
2016-06-23  3:00   ` [PATCH 33/37] Manual typos: Internal probes Chris Leonard
2016-05-06  7:55 ` [PATCH 20/37] Manual typos: Resource Usage and Limitation ricaljasan
2016-05-30 16:15   ` Chris Leonard
2016-05-06  7:55 ` [PATCH 01/37] Manual typos: Introduction ricaljasan
2016-05-06 22:34   ` Chris Leonard
2016-05-20  3:25   ` Mike Frysinger
2016-05-06  7:55 ` [PATCH 03/37] Manual typos: Virtual Memory Allocation and Paging ricaljasan
2016-05-07 12:09   ` Chris Leonard
2016-06-16  4:36   ` Mike Frysinger
2016-05-06  7:55 ` [PATCH 22/37] Manual typos: Signal Handling ricaljasan
2016-05-30 16:21   ` Chris Leonard
2016-05-06  7:55 ` [PATCH 29/37] Manual typos: System Configuration Parameters ricaljasan
2016-06-23  2:56   ` Chris Leonard
2016-05-06  7:55 ` [PATCH 02/37] Manual typos: Error Reporting ricaljasan
2016-05-07  0:54   ` Chris Leonard
2016-05-20  6:59   ` Mike Frysinger
2016-05-06  7:55 ` [PATCH 21/37] Manual typos: Non-Local Exits ricaljasan
2016-05-30 16:16   ` Chris Leonard
2016-05-06  7:56 ` [PATCH 30/37] Manual typos: DES Encryption and Password Handling ricaljasan
2016-06-23  2:57   ` Chris Leonard
2016-05-06  7:56 ` [PATCH 26/37] Manual typos: System Databases and Name Service Switch ricaljasan
2016-05-30 18:11   ` Chris Leonard
2016-05-06  7:56 ` [PATCH 31/37] Manual typos: Debugging support ricaljasan
2016-06-23  2:58   ` Chris Leonard
2016-05-06  7:56 ` [PATCH 36/37] Manual typos: Library Maintenance ricaljasan
2016-06-23  3:05   ` Chris Leonard
2016-05-06  7:56 ` [PATCH 28/37] Manual typos: System Management ricaljasan
2016-06-23  2:52   ` Chris Leonard
2016-05-06  7:56 ` [PATCH 25/37] Manual typos: Job Control ricaljasan
2016-05-30 18:08   ` Chris Leonard
2016-05-31  7:11     ` Rical Jasan
2016-05-31 17:28       ` Chris Leonard
2016-05-06  7:56 ` [PATCH 37/37] Manual typos: Contributors to ricaljasan
2016-06-23  3:06   ` Chris Leonard
2016-05-06  8:29 ` [PATCH 34/37] Manual typos: C Language Facilities in the Library ricaljasan
2016-06-23  3:01   ` Chris Leonard
2016-05-06  8:29 ` [PATCH 32/37] Manual typos: POSIX Threads ricaljasan
2016-06-23  2:59   ` Chris Leonard
2016-05-06  8:29 ` [PATCH 16/37] Manual typos: Syslog ricaljasan
2016-05-30 16:04   ` Chris Leonard
2016-05-06  8:29 ` [PATCH 24/37] Manual typos: Processes ricaljasan
2016-05-30 16:24   ` Chris Leonard
2016-05-06  8:29 ` [PATCH 35/37] Manual typos: Installing ricaljasan
2016-06-23  3:02   ` Chris Leonard
2016-05-06  8:29 ` [PATCH 04/37] Manual typos: Character Handling ricaljasan
2016-05-07 12:13   ` Chris Leonard
2016-06-16  4:38   ` Mike Frysinger
2016-05-06  8:30 ` [PATCH 15/37] Manual typos: Low-Level Terminal Interface ricaljasan
2016-05-30 14:13   ` Chris Leonard
2016-05-06  8:30 ` [PATCH 10/37] Manual typos: Pattern Matching ricaljasan
2016-05-28  3:30   ` Chris Leonard
2016-06-16  5:35   ` Mike Frysinger
2016-05-06  8:30 ` [PATCH 07/37] Manual typos: Locales and Internationalization ricaljasan
2016-05-20  8:31   ` Chris Leonard
2016-06-16  4:52   ` Mike Frysinger
2016-05-06  8:30 ` [PATCH 18/37] Manual typos: Arithmetic Functions ricaljasan
2016-05-30 16:09   ` Chris Leonard
2016-05-06  8:31 ` [PATCH 23/37] Manual typos: The Basic Program/System Interface ricaljasan
2016-05-30 16:22   ` Chris Leonard
2016-05-06  8:31 ` [PATCH 05/37] Manual typos: String and Array Utilities ricaljasan
2016-05-19 19:42   ` Chris Leonard
2016-06-16  4:41   ` Mike Frysinger
2016-05-06  8:31 ` [PATCH 09/37] Manual typos: Searching and Sorting ricaljasan
2016-05-22  4:16   ` Chris Leonard
2016-06-16  5:26   ` Mike Frysinger
2016-05-06  8:31 ` [PATCH 14/37] Manual typos: Sockets ricaljasan
2016-05-30 14:04   ` Chris Leonard
2016-05-06  8:31 ` [PATCH 27/37] Manual typos: Users and Groups ricaljasan
2016-06-23  2:43   ` Chris Leonard
2016-05-06  8:32 ` [PATCH 19/37] Manual typos: Date and Time ricaljasan
2016-05-30 16:14   ` Chris Leonard
2016-05-06  8:32 ` [PATCH 12/37] Manual typos: Low-Level Input/Output ricaljasan
2016-05-29  9:54   ` Chris Leonard
2016-05-06  8:32 ` [PATCH 13/37] Manual typos: File System Interface ricaljasan
2016-05-30 13:46   ` Chris Leonard
2016-05-06  8:32 ` [PATCH 06/37] Manual typos: Character Set Handling ricaljasan
2016-05-19 20:11   ` Chris Leonard
2016-06-16  4:45   ` Mike Frysinger
2016-05-06  8:32 ` [PATCH 17/37] Manual typos: Mathematics ricaljasan
2016-05-30 16:06   ` Chris Leonard
2016-05-06  8:33 ` [PATCH 11/37] Manual typos: Input/Output on Streams ricaljasan
2016-05-28  3:53   ` Chris Leonard
2016-05-17  4:53 ` [PING] [PATCH 00/37] Manual typos: Overview ricaljasan
2016-05-17  5:07   ` Carlos O'Donell
2016-05-25  8:29 ` Rical Jasan
2016-06-06  8:04 ` Rical Jasan
2016-06-15 23:38   ` Rical Jasan
2016-06-16  4:35   ` Mike Frysinger
2016-06-16 14:16     ` Rical Jasan
2016-07-11  2:22 ` Rical Jasan
2016-08-18 13:34   ` Chris Leonard
2016-08-19  2:53     ` Rical Jasan
2016-10-05 21:10   ` Rical Jasan
2016-10-06  5:50     ` Siddhesh Poyarekar
2016-10-06  7:13       ` Siddhesh Poyarekar
2016-10-07  1:56         ` Rical Jasan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1462521305-19409-34-git-send-email-ricaljasan@pacific.net \
    --to=ricaljasan@pacific.net \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).