diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-10-09 16:21:08 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-10-09 16:21:08 +0300 |
commit | f9acce4a4f411e78ebca90995c598ed231b104a3 (patch) | |
tree | 6e0cb55a8152201bfb271cd42e0c5a56032af4fa /gdb/stack.c | |
parent | abcef95aa511a845f0599178be09403348ba4bad (diff) | |
download | gdb-f9acce4a4f411e78ebca90995c598ed231b104a3.zip gdb-f9acce4a4f411e78ebca90995c598ed231b104a3.tar.gz gdb-f9acce4a4f411e78ebca90995c598ed231b104a3.tar.bz2 |
Fix typos in comments
gdb/
2015-10-09 Eli Zaretskii <eliz@gnu.org>
* stack.c (print_stack_frame):
* utils.c (printchar): Fix typos in commentary.
Diffstat (limited to 'gdb/stack.c')
-rw-r--r-- | gdb/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index e6156a7..8af34f3 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -141,7 +141,7 @@ frame_show_address (struct frame_info *frame, return get_frame_pc (frame) != sal.pc; } -/* Show or print a stack frame FRAME briefly. The output is format +/* Show or print a stack frame FRAME briefly. The output is formatted according to PRINT_LEVEL and PRINT_WHAT printing the frame's relative level, function name, argument list, and file name and line number. If the frame's PC is not at the beginning of the |