* guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.
This commit is contained in:
parent
48494700d5
commit
0c3abbc747
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue