summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-09-26 17:58:59 -0400
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-10-31 21:24:47 +0100
commit08622de7d66eb90038de54f34ab2fe2308424fd0 (patch)
treea52891b13c49369f8a87d0a6afe302e6cee52a71 /scripts/checkpatch.pl
parent76fff69180039ace23ce10a2570ec9f441a0cab6 (diff)
downloadopenwrt-08622de7d66eb90038de54f34ab2fe2308424fd0.tar.gz
openwrt-08622de7d66eb90038de54f34ab2fe2308424fd0.tar.bz2
openwrt-08622de7d66eb90038de54f34ab2fe2308424fd0.zip
scripts: fix various typos
This only affects typos in comments or user-facing output. Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> [only picks changes to scripts, drop "commandline" replacement, fix case for "arbitrary", improve commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 81b1ffcb56..2adc5efec5 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -4697,7 +4697,7 @@ sub process {
## $line !~ /^.\s*$Type\s+$Ident(?:\s*=[^,{]*)?\s*,\s*$Type\s*$Ident.*/) {
##
## # Remove any bracketed sections to ensure we do not
-## # falsly report the parameters of functions.
+## # falsely report the parameters of functions.
## my $ln = $line;
## while ($ln =~ s/\([^\(\)]*\)//g) {
## }