summaryrefslogtreecommitdiff
path: root/gdb/utils.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2000-06-15 20:40:29 +0000
committerMichael Snyder <msnyder@specifix.com>2000-06-15 20:40:29 +0000
commit6b5f38e2198bd452f1e5faf226e91800c4c02c9a (patch)
tree873f8b71860513a318d41000f861148f1a6d80f9 /gdb/utils.c
parent618d5b8b95a2db9fca5b9797ed2410f5f43ca1a9 (diff)
downloadgdb-6b5f38e2198bd452f1e5faf226e91800c4c02c9a.tar.gz
2000-06-15 Michael Snyder <msnyder@cygnus.com>
* utils.c: Fix comment typo.
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 b3a3ad9866d..a1214daef06 100644
--- a/gdb/utils.c
+++ b/gdb/utils.c
@@ -1492,7 +1492,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 if line folding is disabled. */
+/* Number of chars per line or UINT_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;