]> Git Repo - binutils.git/commitdiff
* guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.
authorDoug Evans <[email protected]>
Sat, 26 Apr 2014 20:13:13 +0000 (13:13 -0700)
committerDoug Evans <[email protected]>
Sat, 26 Apr 2014 20:13:13 +0000 (13:13 -0700)
gdb/ChangeLog
gdb/guile/scm-safe-call.c

index 1ac9bcf61de450ad73a64a5bc4d4d8662cd9d13f..b333606f4b83086833d657f46e9747037f146d76 100644 (file)
@@ -1,3 +1,7 @@
+2014-04-26  Doug Evans  <[email protected]>
+
+       * guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.
+
 2014-04-25  Pedro Alves  <[email protected]>
 
        PR server/16255
index 147d7f5e7f63a137ad23f4dff4261a1e0a704e00..2a69a4fa2a1ea52f1809a48c10b5b9768d8a81fe 100644 (file)
@@ -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)
This page took 0.039954 seconds and 4 git commands to generate.