diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 69bac01494..a052a3e82c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-07-27 Doug Evans + + * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment. + 2014-07-26 Ludovic Courtès Doug Evans diff --git a/gdb/guile/guile.c b/gdb/guile/guile.c index 1c0923d881..ff99cdfbeb 100644 --- a/gdb/guile/guile.c +++ b/gdb/guile/guile.c @@ -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