From: Jan Kratochvil Date: Sat, 30 Jul 2011 22:31:19 +0000 (+0000) Subject: gdb/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65aa373f6f2b789c0d74c3c4074ac7db8a8c2be1;p=binutils-gdb.git gdb/ * stack.c (print_frame_info): Comment typo fix. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8eaba7aaaf6..54af7832fa3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-07-30 Jan Kratochvil + + * stack.c (print_frame_info): Comment typo fix. + 2011-07-29 Sterling Augustine * MAINTAINERS (Write After Approval): Add myself to the list. diff --git a/gdb/stack.c b/gdb/stack.c index 1e44367b198..2a93b132d96 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -517,7 +517,7 @@ do_gdb_disassembly (struct gdbarch *gdbarch, } /* Print information about frame FRAME. The output is format according - to PRINT_LEVEL and PRINT_WHAT and PRINT ARGS. The meaning of + to PRINT_LEVEL and PRINT_WHAT and PRINT_ARGS. The meaning of PRINT_WHAT is: SRC_LINE: Print only source line.