summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8/bibtex.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex8/bibtex.c')
-rw-r--r--Build/source/texk/bibtex8/bibtex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/bibtex8/bibtex.c b/Build/source/texk/bibtex8/bibtex.c
index ced981fdee4..204083b3888 100644
--- a/Build/source/texk/bibtex8/bibtex.c
+++ b/Build/source/texk/bibtex8/bibtex.c
@@ -404,7 +404,7 @@ Close_Up_Shop_Label:
(long) hash_used, (long) Hash_Size);
TRACE_PR_LN3 (" Strings: %6ld out of %ld",
(long) str_ptr, (long) Max_Strings);
- TRACE_PR_LN3 (" String pool: %6ld out of %ld",
+ TRACE_PR_LN3 (" Free string pool: %6ld out of %ld",
(long) pool_ptr, (long) Pool_Size);
TRACE_PR_LN3 (" Wizard functions: %6ld out of %ld",
(long) wiz_def_ptr, (long) Wiz_Fn_Space);