gbranden pushed a commit to branch master
in repository groff.
commit 34548d6ca24dfe82e60bd50328b48abc2e3e700e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Sep 15 03:00:35 2024 -0500
src/roff/troff/input.cpp: Clarify comment.
---
src/roff/troff/input.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index 7b4f9e53f..51dac37ba 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -5794,7 +5794,7 @@ static void
encode_special_character_for_device_output(macro *mac)
char character[unibufsz];
(void) memset(errbuf, '\0', ERRBUFSZ);
(void) memset(character, '\0', UNIBUFSZ);
- // If looks like something other than an attempt at a Unicode
+ // If it looks like something other than an attempt at a Unicode
// special character escape sequence already, try to convert it
// into one. Output drivers don't (and shouldn't) know anything
// about a troff formatter's special character identifiers.
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit