* breakpoint.c: Fix typos in comments.
[deliverable/binutils-gdb.git] / gdb / linespec.c
index 1064e8ce8eeeb5ca5ba2c4a1c0195dfaf67239e9..61f43b669f793840054746e0958406ba5aec075e 100644 (file)
@@ -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;
This page took 0.025155 seconds and 4 git commands to generate.