Fix typos in comments
authorEli Zaretskii <eliz@gnu.org>
Fri, 9 Oct 2015 13:21:08 +0000 (16:21 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 9 Oct 2015 13:21:08 +0000 (16:21 +0300)
gdb/

2015-10-09  Eli Zaretskii  <eliz@gnu.org>

* stack.c (print_stack_frame):
* utils.c (printchar): Fix typos in commentary.

gdb/ChangeLog
gdb/stack.c
gdb/utils.c

index bf71afb55a16436381afcb5b6dde34454d112495..b1a274b38b161aacceba61c83b9b4bf1ec3e37ca 100644 (file)
@@ -1,3 +1,8 @@
+2015-10-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * stack.c (print_stack_frame):
+       * utils.c (printchar): Fix typos in commentary.
+
 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
index e6156a7648f759f942d3f40c7ba145320259f985..8af34f34059f16c1fcc538b69cf9b5b020c71e3b 100644 (file)
@@ -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
index c7f00d9db8c92110af0ae3cf93ffdf76b88e245f..afeff12875d9b205c6bfcf14bcc4b91f24fd0ffa 100644 (file)
@@ -1495,7 +1495,7 @@ parse_escape (struct gdbarch *gdbarch, const char **string_ptr)
 \f
 /* 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
This page took 0.03271 seconds and 4 git commands to generate.