groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/46: src/preproc/tbl/table.cpp: Clarify comment.


From: G. Branden Robinson
Subject: [groff] 02/46: src/preproc/tbl/table.cpp: Clarify comment.
Date: Wed, 7 Dec 2022 04:32:29 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit ba9042270bb3054d99390c8457378c62e8fc5738
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Dec 1 17:46:47 2022 -0600

    src/preproc/tbl/table.cpp: Clarify comment.
---
 src/preproc/tbl/table.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/preproc/tbl/table.cpp b/src/preproc/tbl/table.cpp
index 523d0054c..edab0a5c3 100644
--- a/src/preproc/tbl/table.cpp
+++ b/src/preproc/tbl/table.cpp
@@ -2962,7 +2962,7 @@ void table::do_top()
   // On terminal devices, a vertical rule on the first row of the table
   // will stick out 1v above it if it the table is unboxed or lacks a
   // horizontal rule on the first row.  This is necessary for grotty's
-  // rule intersection detection.  We also make room for it so that the
+  // rule intersection detection.  We must make room for it so that the
   // vertical rule is not drawn above the top of the page.
   else if ((flags & HAS_TOP_VLINE) && !(flags & HAS_TOP_HLINE))
     prints(".if n .sp\n");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]