mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-10 06:00:59 +00:00
guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment.
This commit is contained in:
parent
667f9d0bdd
commit
35e6a7111e
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user