]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
check-spaces: Fix an outdated comment
authorteor <teor@torproject.org>
Sat, 16 Nov 2019 11:43:22 +0000 (21:43 +1000)
committerteor <teor@torproject.org>
Tue, 26 Nov 2019 01:02:28 +0000 (11:02 +1000)
scripts/maint/checkSpace.pl

index 9c9b68ff9dc00d8b5295f0ddb0a173a147fdb591..7be7f2a3c9416e55d9363e4db0b4367e72463f3f 100755 (executable)
@@ -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!//.*!!;