From a95d401f1f1fef0ac342ca1c0c23586d39999b15 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 20 Aug 2023 00:24:59 +0000 Subject: [PATCH] checksrc: fix spelling in comment [ci skip] --- ci/checksrc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/checksrc.pl b/ci/checksrc.pl index c1ee2796..038bf900 100755 --- a/ci/checksrc.pl +++ b/ci/checksrc.pl @@ -532,7 +532,7 @@ sub scanfile { } elsif(($first eq "*") && ($word !~ /(for|if|while|switch)/)) { # A "(*" beginning makes the space OK because it wants to - # allow funcion pointer declared + # allow function pointer declared } elsif($1 =~ / *typedef/) { # typedefs can use space-paren