From: teor Date: Sat, 16 Nov 2019 11:43:22 +0000 (+1000) Subject: check-spaces: Fix an outdated comment X-Git-Tag: tor-0.4.3.1-alpha~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ce11433c0327f34d45e4616dda42695e6eed748;p=thirdparty%2Ftor.git check-spaces: Fix an outdated comment --- diff --git a/scripts/maint/checkSpace.pl b/scripts/maint/checkSpace.pl index 9c9b68ff9d..7be7f2a3c9 100755 --- a/scripts/maint/checkSpace.pl +++ b/scripts/maint/checkSpace.pl @@ -144,8 +144,7 @@ for my $fn (@ARGV) { } s!"(?:[^\"]+|\\.)*"!"X"!g; next if /^\#/; - ## Warn about C++-style comments. - # (Use C style comments only.) + ## Skip C++-style comments. if (m!//!) { # msg " //:$fn:$.\n"; s!//.*!!;