On 8/13/25 10:43 AM, rakuram wrote: > fixed the following typo in 'Documentation/kernel-hacking/hacking.rst' > compatability --> compatibility > > Signed-off-by: rakuram <rakuram.e96@xxxxxxxxx> Hi, Please see the previous such patch attempt here: https://lore.kernel.org/linux-doc/87jz6ckeux.fsf@xxxxxxxxxxxxxx/ Thanks. > --- > Documentation/kernel-hacking/hacking.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/kernel-hacking/hacking.rst b/Documentation/kernel-hacking/hacking.rst > index 0042776a9e17..22b880add846 100644 > --- a/Documentation/kernel-hacking/hacking.rst > +++ b/Documentation/kernel-hacking/hacking.rst > @@ -794,7 +794,7 @@ Some favorites from browsing the source. Feel free to add to this list. > ``arch/sparc/kernel/head.S:``:: > > /* > - * Sun people can't spell worth damn. "compatability" indeed. > + * Sun people can't spell worth damn. "compatibility" indeed. > * At least we *know* we can't spell, and use a spell-checker. > */ > -- ~Randy