[tor/master] check-spaces: Fix an outdated comment

commit 0ce11433c0327f34d45e4616dda42695e6eed748 Author: teor <teor@torproject.org> Date: Sat Nov 16 21:43:22 2019 +1000 check-spaces: Fix an outdated comment --- scripts/maint/checkSpace.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/maint/checkSpace.pl b/scripts/maint/checkSpace.pl index 9c9b68ff9..7be7f2a3c 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!//.*!!;
participants (1)
-
teor@torproject.org