summaryrefslogtreecommitdiff
path: root/bin/autoscan.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/autoscan.in')
-rw-r--r--bin/autoscan.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/autoscan.in b/bin/autoscan.in
index 8a4a64de..a67c48d0 100644
--- a/bin/autoscan.in
+++ b/bin/autoscan.in
@@ -253,7 +253,7 @@ sub scan_c_file ($)
{
$in_comment = 0;
}
- # The whole line is inside a commment.
+ # The whole line is inside a comment.
next if $in_comment;
# All on one line.
s,/\*.*?\*/,,g;