This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] guile.c: Fix typo in comment.


Hi.

fyi, I committed this.

2014-07-27  Doug Evans  <xdje42@gmail.com>

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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]