+2014-03-02 Doug Evans <xdje42@gmail.com>
+
+ * guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment.
+
2014-03-02 Doug Evans <xdje42@gmail.com>
* guile/lib/gdb/printing.scm (append-pretty-printer!): Fix thinko.
scm_gc_mark (o_smob->pretty_printers);
/* We don't mark containing_scm here. It is just a backlink to our
- container, and is gc'protected until the objfile is deleted. */
+ container, and is gc-protected until the objfile is deleted. */
/* Do this last. */
return gdbscm_mark_gsmob (&o_smob->base);