* [PATCH] RelNotes: minor typo fixes in 2.54.0 draft
@ 2026-04-01 21:14 Todd Zullinger
2026-04-01 22:33 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Todd Zullinger @ 2026-04-01 21:14 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
Signed-off-by: Todd Zullinger <tmz@pobox.com>
---
Documentation/RelNotes/2.54.0.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/RelNotes/2.54.0.adoc b/Documentation/RelNotes/2.54.0.adoc
index 85b15284f3..4ce30d9d5b 100644
--- a/Documentation/RelNotes/2.54.0.adoc
+++ b/Documentation/RelNotes/2.54.0.adoc
@@ -122,7 +122,7 @@ Performance, Internal Implementation, Development Support etc.
* Improve set-up time of a perf test.
- * ISO C23 redefines strchr and friends that tradiotionally took
+ * ISO C23 redefines strchr and friends that traditionally took
a const pointer and returned a non-const pointer derived from it to
preserve constness (i.e., if you ask for a substring in a const
string, you get a const pointer to the substring). Update code
@@ -221,7 +221,7 @@ Performance, Internal Implementation, Development Support etc.
many source files inside subdirectories unaffected, which has been
corrected.
- * The run_command() API lost its implicit dependencyon the singleton
+ * The run_command() API lost its implicit dependency on the singleton
`the_repository` instance.
* The unit test helper function was taught to use backslash +
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] RelNotes: minor typo fixes in 2.54.0 draft
2026-04-01 21:14 [PATCH] RelNotes: minor typo fixes in 2.54.0 draft Todd Zullinger
@ 2026-04-01 22:33 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2026-04-01 22:33 UTC (permalink / raw)
To: Todd Zullinger; +Cc: git
Todd Zullinger <tmz@pobox.com> writes:
> Signed-off-by: Todd Zullinger <tmz@pobox.com>
> ---
> Documentation/RelNotes/2.54.0.adoc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks.
>
> diff --git a/Documentation/RelNotes/2.54.0.adoc b/Documentation/RelNotes/2.54.0.adoc
> index 85b15284f3..4ce30d9d5b 100644
> --- a/Documentation/RelNotes/2.54.0.adoc
> +++ b/Documentation/RelNotes/2.54.0.adoc
> @@ -122,7 +122,7 @@ Performance, Internal Implementation, Development Support etc.
>
> * Improve set-up time of a perf test.
>
> - * ISO C23 redefines strchr and friends that tradiotionally took
> + * ISO C23 redefines strchr and friends that traditionally took
> a const pointer and returned a non-const pointer derived from it to
> preserve constness (i.e., if you ask for a substring in a const
> string, you get a const pointer to the substring). Update code
> @@ -221,7 +221,7 @@ Performance, Internal Implementation, Development Support etc.
> many source files inside subdirectories unaffected, which has been
> corrected.
>
> - * The run_command() API lost its implicit dependencyon the singleton
> + * The run_command() API lost its implicit dependency on the singleton
> `the_repository` instance.
>
> * The unit test helper function was taught to use backslash +
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-01 22:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-01 21:14 [PATCH] RelNotes: minor typo fixes in 2.54.0 draft Todd Zullinger
2026-04-01 22:33 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox