From: Eli Zaretskii Date: Fri, 9 Oct 2015 13:21:08 +0000 (+0300) Subject: Fix typos in comments X-Git-Tag: users/ARM/embedded-binutils-2_26-branch-2016q1~485 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9acce4a4f411e78ebca90995c598ed231b104a3;p=external%2Fbinutils.git Fix typos in comments gdb/ 2015-10-09 Eli Zaretskii * stack.c (print_stack_frame): * utils.c (printchar): Fix typos in commentary. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bf71afb..b1a274b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2015-10-09 Eli Zaretskii + + * stack.c (print_stack_frame): + * utils.c (printchar): Fix typos in commentary. + 2015-10-08 Iain Buclaw * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions. 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 diff --git a/gdb/utils.c b/gdb/utils.c index c7f00d9..afeff12 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -1495,7 +1495,7 @@ parse_escape (struct gdbarch *gdbarch, const char **string_ptr) /* Print the character C on STREAM as part of the contents of a literal string whose delimiter is QUOTER. Note that this routine should only - be call for printing things which are independent of the language + be called for printing things which are independent of the language of the program being debugged. printchar will normally escape backslashes and instances of QUOTER. If