[PATCH 0/3] net: fix typos in comments
From: Hemanth Selam <hidden>
Date: 2026-09-07 06:42:47
Also in:
linux-kselftest, lkml, netfilter-devel
This corrects 3 misspellings in comments. Each is a separate patch so that any one of them can be dropped without touching the rest. Nothing outside comments changes. Every touched C file was checked by dropping its comments, replacing each string literal with a placeholder and collapsing whitespace; what remained was identical before and after, so the compiled code cannot differ. The mistakes were found with scripts/checkpatch.pl against the list in scripts/spelling.txt. The scanning, the edits and the changelogs were produced with Cursor running the claude-opus-5 model, from a request to find and fix spelling mistakes across the tree, and every correction was then re-checked by the comparison described above. Words that name an identifier were left alone deliberately, even when they read as typos, because correcting the prose would make the comment disagree with the code it describes. Tested by building x86_64 defconfig at v7.3-rc1-269-gbc35965f6940, which is clean. Nothing else was built, so any patch touching code that x86_64 defconfig does not compile has been read but not compiled. Hemanth Selam (3): net: ipv4: fix typo "alignement" in comment net: netfilter: fix typo "artifical" in comment selftests: net: fix typo "adress" in comment net/ipv4/netfilter/arp_tables.c | 2 +- net/netfilter/ipset/ip_set_core.c | 2 +- tools/testing/selftests/net/netfilter/conntrack_icmp_related.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -- 2.48.1