summaryrefslogtreecommitdiff
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
commitb696bab6b867addf75a3a93c4553bf4cabf39100 (patch)
treed3bd346aae40c99637a3b14b6cbb5dc7c2198964 /gdb/linespec.c
parent1ca93ddd338028424af90d4cfee5387ada9b4666 (diff)
downloadgdb-b696bab6b867addf75a3a93c4553bf4cabf39100.tar.gz
* 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 1064e8ce8ee..61f43b669f7 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;