gbranden pushed a commit to branch master
in repository groff.

commit 9c7b881a8c5a5751e20e3404ab909e300969c6e3
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jul 4 04:53:19 2026 -0500

    src/preproc/tbl/main.cpp: Improve comment.
    
    The old one was a relic of a different API design that I discarded.
---
 src/preproc/tbl/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/preproc/tbl/main.cpp b/src/preproc/tbl/main.cpp
index 9487d9fe0..82b6c581e 100644
--- a/src/preproc/tbl/main.cpp
+++ b/src/preproc/tbl/main.cpp
@@ -1318,7 +1318,7 @@ static format *process_format(table_input &in, options 
*opt,
 // Update string `s` to remove leading and trailing spaces.
 static void trim_spaces(string &s)
 {
-  // Hand an empty string back as-is.
+  // Perform no operation on an empty string.
   if (s.length() == 0)
     return;
   size_t len = s.length();

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

Reply via email to