guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment.

This commit is contained in:
Doug Evans 2014-03-02 10:30:46 -08:00
parent 667f9d0bdd
commit 35e6a7111e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -72,7 +72,7 @@ ofscm_mark_objfile_smob (SCM self)
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);