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