Skip to content

Commit e6fcd33

Browse files
committed
Correct comment; -c is off by default.
1 parent 9231c8f commit e6fcd33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/scripts/fixcid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This actually tokenizes the files (to some extent) so it can
55
# avoid making substitutions inside strings or comments.
66
# Inside strings, substitutions are never made; inside comments,
7-
# it is a user option (on by default).
7+
# it is a user option (off by default).
88
#
99
# The substitutions are read from one or more files whose lines,
1010
# when not empty, after stripping comments starting with #,

0 commit comments

Comments
 (0)