From 0c3abbc7473db6be7618d2261f604ef1489f2755 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 27 Jul 2014 07:41:01 -0700 Subject: * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment. --- gdb/guile/guile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/guile') 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 -- cgit v1.1