gbranden pushed a commit to branch master
in repository groff.
commit f53049f96229c6ac931f4c3f26aa2f1d52ca2ddd
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jul 2 10:37:53 2026 -0500
src/roff/troff/dictionary.cpp: Clarify annotation.
---
src/roff/troff/dictionary.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/roff/troff/dictionary.cpp b/src/roff/troff/dictionary.cpp
index 9418583a2..ece013fc6 100644
--- a/src/roff/troff/dictionary.cpp
+++ b/src/roff/troff/dictionary.cpp
@@ -84,7 +84,7 @@ void *dictionary::lookup(symbol s, void *v)
while (!is_good_size(capacity))
++capacity;
if (capacity < 0)
- // If `capacity` wrapped, the old size must have fit in a signed
+ // If `capacity` wrapped, its old value must have fit in a signed
// integer.
fatal("cannot grow dictionary beyond %1 entries",
static_cast<int>(old_capacity));
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit