summaryrefslogtreecommitdiff
path: root/gdb/utils.c
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-10-26 03:43:07 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-10-26 03:43:07 +0000
commit13316975cd512abd5b8625a4f68714e7facbf1d6 (patch)
treeed99e48ec07762c80f79961de3a3017eba619d3f /gdb/utils.c
parent8178ad6c9eb266d08daa6b173dc0bc541aa08658 (diff)
downloadgdb-13316975cd512abd5b8625a4f68714e7facbf1d6.tar.gz
import gdb-1999-10-25 snapshotgdb-1999-10-25
Diffstat (limited to 'gdb/utils.c')
-rw-r--r--gdb/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/utils.c b/gdb/utils.c
index 61d9e46796e..e657c5a374f 100644
--- a/gdb/utils.c
+++ b/gdb/utils.c
@@ -1367,7 +1367,7 @@ fputstrn_unfiltered (str, n, quoter, stream)
/* Number of lines per page or UINT_MAX if paging is disabled. */
static unsigned int lines_per_page;
-/* Number of chars per line or UNIT_MAX is line folding is disabled. */
+/* Number of chars per line or UNIT_MAX if line folding is disabled. */
static unsigned int chars_per_line;
/* Current count of lines printed on this page, chars on this line. */
static unsigned int lines_printed, chars_printed;