Re: [PATCH] Documentation: fix spelling, typos, grammar, duplicated words

From: Markus Heidelberg

Date: Mon Sep 29 2025 - 05:06:00 EST


On Fri, Sep 26, 2025 at 10:36:28AM -0700, Randy Dunlap wrote:
> On 9/26/25 2:53 AM, Markus Heidelberg wrote:
> > Signed-off-by: Markus Heidelberg <m.heidelberg@xxxxxx>
> > ---
> > Documentation/bpf/prog_flow_dissector.rst | 4 ++--
> > Documentation/fb/fbcon.rst | 2 +-
> > Documentation/filesystems/path-lookup.rst | 2 +-
> > Documentation/hwmon/lm75.rst | 2 +-
> > Documentation/kernel-hacking/hacking.rst | 2 +-
> > Documentation/networking/phy.rst | 8 ++++----
> > Documentation/process/management-style.rst | 2 +-
> > 7 files changed, 11 insertions(+), 11 deletions(-)
>
> These changes mostly look good. I'm curious about how you
> found these. ??

Hi Randy,

I just stumbled upon them while reading the documentation.
The "the to -> to the" swap I originally found in another file and then
searched for more occurrences with something like this:

$ git grep -w -C1 "the to"

Markus