aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-16 21:43:22 +1000
committerteor <teor@torproject.org>2019-11-26 11:02:28 +1000
commit0ce11433c0327f34d45e4616dda42695e6eed748 (patch)
tree4adb953ccf9c9967f20e78389efb9d6d292458c8 /scripts
parentd7fdab49f79c6c1ba3e0c8147ad9242f09d29f2c (diff)
downloadtor-0ce11433c0327f34d45e4616dda42695e6eed748.tar.gz
tor-0ce11433c0327f34d45e4616dda42695e6eed748.zip
check-spaces: Fix an outdated comment
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/maint/checkSpace.pl3
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!//.*!!;