1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-18 15:20:56 +03:00

checksrc: fix spelling in comment [ci skip]

This commit is contained in:
Viktor Szakats
2023-08-20 00:24:59 +00:00
parent e9c7d3afa0
commit a95d401f1f

View File

@@ -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