gbranden pushed a commit to branch master
in repository groff.

commit f9f1d6ad8e2f28fa0064d4bd80d2f0b2cc4f110e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Nov 23 11:49:54 2025 -0600

    src/roff/troff/input.cpp: Fix snarky annotation.
    
    Natuarally enough I'd botch an attempt to sass Brian Kernighan.
---
 src/roff/troff/input.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index f67e96adb..2c9928a85 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -2943,8 +2943,8 @@ const char *token::description()
       const char *ndtype = nd->type();
       const char initial_letter = ndtype[0];
       bool is_vowelly = false;
-      // I wonder if Kernighan thought that the absence of set types and
-      // an "in" operator was one of Pascal's great blunders.
+      // I wonder if Kernighan thought that the presence of set types
+      // and an "in" operator was one of Pascal's great blunders.  --GBR
       if (('a' == initial_letter)
          || ('e' == initial_letter)
          || ('i' == initial_letter)

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

Reply via email to