diff options
author | Doug Evans <xdje42@gmail.com> | 2014-07-27 07:41:01 -0700 |
---|---|---|
committer | Doug Evans <xdje42@gmail.com> | 2014-07-27 07:41:01 -0700 |
commit | 0c3abbc7473db6be7618d2261f604ef1489f2755 (patch) | |
tree | 91f0af30d975317752a2aed72ce8f1e42c386bf3 /gdb/guile | |
parent | 48494700d58ee0dc781d288191679072cbaf9d16 (diff) | |
download | gdb-0c3abbc7473db6be7618d2261f604ef1489f2755.zip gdb-0c3abbc7473db6be7618d2261f604ef1489f2755.tar.gz gdb-0c3abbc7473db6be7618d2261f604ef1489f2755.tar.bz2 |
* guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.
Diffstat (limited to 'gdb/guile')
-rw-r--r-- | gdb/guile/guile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/guile/guile.c b/gdb/guile/guile.c index 1c0923d..ff99cdf 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 |