aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2000-06-15 20:40:29 +0000
committerMichael Snyder <msnyder@vmware.com>2000-06-15 20:40:29 +0000
commitcbfbd72afec36220d9b42f450b9154f6751869e5 (patch)
tree68ced20b2961ca88e33512b734360cca570a6e3b /gdb/utils.c
parentccd13d1887ecbc02d47f95613ded76ac89d7c92b (diff)
downloadbinutils-cbfbd72afec36220d9b42f450b9154f6751869e5.zip
binutils-cbfbd72afec36220d9b42f450b9154f6751869e5.tar.gz
binutils-cbfbd72afec36220d9b42f450b9154f6751869e5.tar.bz2
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 b3a3ad9..a1214da 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;