summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog2
-rwxr-xr-xBuild/source/texk/web2c/tests/fix-changefile-lines.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog
index 66e106f64bf..fa02cd861a3 100644
--- a/Build/source/texk/web2c/cwebdir/ChangeLog
+++ b/Build/source/texk/web2c/cwebdir/ChangeLog
@@ -3,7 +3,7 @@
* comm-mini.ch,
* comm-w2c.ch: Section 'Index.' is on Level 1, not 0.
* ctwill-w2c.ch,
- * ../tests/fix-changefile-lines.py: Ignore CWEB @<comment@> line(s).
+ * ../tests/fix-changefile-lines.py: Ignore CWEB @qcomment@> line(s).
2024-06-06 Andreas Scherer <https://ascherer.github.io>
diff --git a/Build/source/texk/web2c/tests/fix-changefile-lines.py b/Build/source/texk/web2c/tests/fix-changefile-lines.py
index c2f0ebc5d8e..647cbbf54cf 100755
--- a/Build/source/texk/web2c/tests/fix-changefile-lines.py
+++ b/Build/source/texk/web2c/tests/fix-changefile-lines.py
@@ -158,7 +158,7 @@ class ChangeReader:
match_start = self._match_lines[0].strip()[:2]
for repl_index in range(self._pos + 1, len(self._lines)):
repl_start = self._lines[repl_index].strip()[:2]
- # CWEB @<comments@> are ignored; see ctwill-w2c.ch
+ # CWEB @qcomments@> are ignored; see ctwill-w2c.ch
if repl_start != "@q":
break
if match_start == "@ ":