From: Andrew Kreimer <algonell@gmail.com>
To: git@vger.kernel.org
Cc: Andrew Kreimer <algonell@gmail.com>
Subject: [PATCH 1/5] trace2: fix typos
Date: Thu, 3 Oct 2024 01:38:12 +0300 [thread overview]
Message-ID: <20241002223816.14858-2-algonell@gmail.com> (raw)
In-Reply-To: <20241002223816.14858-1-algonell@gmail.com>
Fix typos in comments.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
trace2/tr2_ctr.c | 2 +-
trace2/tr2_tls.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/trace2/tr2_ctr.c b/trace2/tr2_ctr.c
index 036b643578..ee17bfa86b 100644
--- a/trace2/tr2_ctr.c
+++ b/trace2/tr2_ctr.c
@@ -4,7 +4,7 @@
#include "trace2/tr2_ctr.h"
/*
- * A global counter block to aggregrate values from the partial sums
+ * A global counter block to aggregate values from the partial sums
* from each thread.
*/
static struct tr2_counter_block final_counter_block; /* access under tr2tls_mutex */
diff --git a/trace2/tr2_tls.h b/trace2/tr2_tls.h
index 3dfe6557fc..3bdbf4d275 100644
--- a/trace2/tr2_tls.h
+++ b/trace2/tr2_tls.h
@@ -11,7 +11,7 @@
*/
/*
- * Arbitry limit for thread names for column alignment.
+ * Arbitrary limit for thread names for column alignment.
*/
#define TR2_MAX_THREAD_NAME (24)
--
2.39.5
next prev parent reply other threads:[~2024-10-02 22:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-02 22:38 [PATCH 0/5] Fix typos Andrew Kreimer
2024-10-02 22:38 ` Andrew Kreimer [this message]
2024-10-02 22:38 ` [PATCH 2/5] reftable: fix a typo Andrew Kreimer
2024-10-02 22:38 ` [PATCH 3/5] mergetool: " Andrew Kreimer
2024-10-02 22:38 ` [PATCH 4/5] gitk: " Andrew Kreimer
2024-10-02 22:38 ` [PATCH 5/5] perl: " Andrew Kreimer
2024-10-02 22:49 ` [PATCH 0/5] Fix typos Eric Sunshine
2024-10-08 13:37 ` Andrew Kreimer
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=20241002223816.14858-2-algonell@gmail.com \
--to=algonell@gmail.com \
--cc=git@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.