diff options
author | teor <teor@torproject.org> | 2019-11-16 21:43:22 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-26 11:02:28 +1000 |
commit | 0ce11433c0327f34d45e4616dda42695e6eed748 (patch) | |
tree | 4adb953ccf9c9967f20e78389efb9d6d292458c8 /scripts/maint/checkSpace.pl | |
parent | d7fdab49f79c6c1ba3e0c8147ad9242f09d29f2c (diff) | |
download | tor-0ce11433c0327f34d45e4616dda42695e6eed748.tar.gz tor-0ce11433c0327f34d45e4616dda42695e6eed748.zip |
check-spaces: Fix an outdated comment
Diffstat (limited to 'scripts/maint/checkSpace.pl')
-rwxr-xr-x | scripts/maint/checkSpace.pl | 3 |
1 files changed, 1 insertions, 2 deletions
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!//.*!!; |