gbranden pushed a commit to branch master
in repository groff.

commit bf5a92747fc2a83cbddc86e281d6bf3cd228553c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Dec 29 22:50:43 2025 -0600

    src/roff/troff/node.h: Correct misleading comment.
---
 src/roff/troff/node.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/troff/node.h b/src/roff/troff/node.h
index 44d322381..a8efd1911 100644
--- a/src/roff/troff/node.h
+++ b/src/roff/troff/node.h
@@ -571,7 +571,7 @@ public:
   void asciify(macro *);
   node *copy();
   void tprint(troff_output_file *);
-  void bracket(node *);        // add another node to be overstruck
+  void bracket(node *);                // add another node to be stacked
   hunits width();
   void ascii_print(ascii_output_file *);
   bool is_same_as(node *);

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to