diff options
Diffstat (limited to 'generator')
-rw-r--r-- | generator/pbmtext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/pbmtext.c b/generator/pbmtext.c index e52a296e..a8d45837 100644 --- a/generator/pbmtext.c +++ b/generator/pbmtext.c @@ -978,7 +978,7 @@ getText(PM_WCHAR const cmdlineText[], unsigned int const lineBufTerm = LINEBUFSIZE - 1; unsigned int maxlines; - /* Maximum number of lines for which we presently have space in + /* Maximum number of lines for which we currently have space in the text array */ PM_WCHAR * buf; |