gbranden pushed a commit to branch master
in repository groff.

commit bb299649a63e499d104d8c178f1a33d1075ed6fb
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Sep 9 22:03:28 2024 -0500

    src/roff/troff/env.cpp: Correct comment.
---
 src/roff/troff/env.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/roff/troff/env.cpp b/src/roff/troff/env.cpp
index 60df14ed0..bb7808df1 100644
--- a/src/roff/troff/env.cpp
+++ b/src/roff/troff/env.cpp
@@ -2224,9 +2224,8 @@ static void distribute_space(node *nd, int nspaces,
   // add space until we run out, which might happen before the end of
   // the line.  To achieve uniform typographical grayness and avoid
   // rivers, we switch the end from which space is initially distributed
-  // with each line requiring it, unless compelled to reverse it.  The
-  // node list's natural ordering is in the direction of text flow, so
-  // we distribute space initially from the left, unlike AT&T troff.
+  // with each line requiring it, unless compelled to reverse it.  We
+  // distribute space initially from the left, unlike AT&T troff.
   static bool do_reverse_node_list = false;
   if (force_reverse_node_list || do_reverse_node_list)
     nd = node_list_reverse(nd);

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

Reply via email to