gbranden pushed a commit to branch master
in repository groff.
commit 2f2cc00d8e8d7d317c6b14e691f1b87b39dda698
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Mar 9 08:14:43 2024 -0600
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 dae721dcc..d355eed7d 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -2510,7 +2510,7 @@ static bool is_char_usable_as_delimiter(int c)
}
}
-// Is the current token a suitable delimiter (like `'`)?
+// Is the token a valid delimiter (like `'`)?
bool token::is_usable_as_delimiter(bool report_error)
{
bool is_valid = false;
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit