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:
@@ -532,7 +532,7 @@ sub scanfile {
|
|||||||
}
|
}
|
||||||
elsif(($first eq "*") && ($word !~ /(for|if|while|switch)/)) {
|
elsif(($first eq "*") && ($word !~ /(for|if|while|switch)/)) {
|
||||||
# A "(*" beginning makes the space OK because it wants to
|
# A "(*" beginning makes the space OK because it wants to
|
||||||
# allow funcion pointer declared
|
# allow function pointer declared
|
||||||
}
|
}
|
||||||
elsif($1 =~ / *typedef/) {
|
elsif($1 =~ / *typedef/) {
|
||||||
# typedefs can use space-paren
|
# typedefs can use space-paren
|
||||||
|
|||||||
Reference in New Issue
Block a user