* guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.

This commit is contained in:
Doug Evans 2014-07-27 07:41:01 -07:00
parent 48494700d5
commit 0c3abbc747
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-07-27 Doug Evans <xdje42@gmail.com>
* guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.
2014-07-26 Ludovic Courtès <ludo@gnu.org>
Doug Evans <xdje42@gmail.com>

View File

@ -304,7 +304,7 @@ gdbscm_source_script (const struct extension_language_defn *extlang,
}
}
/* (execute string [#:from-tty boolean] [#:to-string boolean\
/* (execute string [#:from-tty boolean] [#:to-string boolean])
A Scheme function which evaluates a string using the gdb CLI. */
static SCM