This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit] guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment
- From: Doug Evans <xdje42 at gmail dot com>
- To: gdb-patches at sourceware dot org
- Date: Sat, 26 Apr 2014 13:16:03 -0700
- Subject: [commit] guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment
- Authentication-results: sourceware.org; auth=none
Hi.
fyi, I committed this.
2014-04-26 Doug Evans <xdje42@gmail.com>
* guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.
diff --git a/gdb/guile/scm-safe-call.c b/gdb/guile/scm-safe-call.c
index 147d7f5..2a69a4f 100644
--- a/gdb/guile/scm-safe-call.c
+++ b/gdb/guile/scm-safe-call.c
@@ -364,7 +364,7 @@ struct eval_scheme_string_data
};
/* Wrapper to eval a C string in the Guile interpreter.
- This is passed to scm_with_guile. */
+ This is passed to gdbscm_with_guile. */
static void *
scscm_eval_scheme_string (void *datap)