aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-10-09 16:21:08 +0300
committerEli Zaretskii <eliz@gnu.org>2015-10-09 16:21:08 +0300
commitf9acce4a4f411e78ebca90995c598ed231b104a3 (patch)
tree6e0cb55a8152201bfb271cd42e0c5a56032af4fa /gdb/utils.c
parentabcef95aa511a845f0599178be09403348ba4bad (diff)
downloadgdb-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/utils.c')
-rw-r--r--gdb/utils.c2
1 files changed, 1 insertions, 1 deletions
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