aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.c
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2011-07-04 18:31:25 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2011-07-04 18:31:25 +0000
commite5dd4106839ac5f5665dcb54706d5d396dac93da (patch)
tree98b0f37b1163fa51257ea3c318866b030a898e27 /gdb/linespec.c
parentd40102a1411e683e04c82ce10beb061aac90ae14 (diff)
downloadgdb-e5dd4106839ac5f5665dcb54706d5d396dac93da.zip
gdb-e5dd4106839ac5f5665dcb54706d5d396dac93da.tar.gz
gdb-e5dd4106839ac5f5665dcb54706d5d396dac93da.tar.bz2
* breakpoint.c: Fix typos in comments.
* linespec.c: Likewise. * symtab.c: Likewise.
Diffstat (limited to 'gdb/linespec.c')
-rw-r--r--gdb/linespec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linespec.c b/gdb/linespec.c
index 1064e8c..61f43b6 100644
--- a/gdb/linespec.c
+++ b/gdb/linespec.c
@@ -828,7 +828,7 @@ decode_line_1 (char **argptr, int funfirstline, struct symtab *default_symtab,
/* This says whether or not something in *ARGPTR is quoted with
completer_quotes (i.e. with single quotes). */
int is_quoted;
- /* Is *ARGPTR is enclosed in double quotes? */
+ /* Is *ARGPTR enclosed in double quotes? */
int is_quote_enclosed;
int is_objc_method = 0;
char *saved_arg = *argptr;