diff options
Diffstat (limited to 'gdb/c-lang.c')
-rw-r--r-- | gdb/c-lang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/c-lang.c b/gdb/c-lang.c index 52010fa..ef2272e 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -185,8 +185,8 @@ language_defn::printchar (int c, struct type *type, /* Print the character string STRING, printing at most LENGTH characters. LENGTH is -1 if the string is nul terminated. Each character is WIDTH bytes long. Printing stops early if the number - hits print_max; repeat counts are printed as appropriate. Print - ellipses at the end if we had to stop before printing LENGTH + hits print_max_chars; repeat counts are printed as appropriate. + Print ellipses at the end if we had to stop before printing LENGTH characters, or if FORCE_ELLIPSES. */ void |