From: Doug Evans Date: Sun, 2 Mar 2014 18:30:46 +0000 (-0800) Subject: guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=35e6a7111ee1b1f36e29671eb0f1f25c6c8f4c5b;p=deliverable%2Fbinutils-gdb.git guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 08dd1c3769..eb2565e943 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-03-02 Doug Evans + + * guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment. + 2014-03-02 Doug Evans * guile/lib/gdb/printing.scm (append-pretty-printer!): Fix thinko. diff --git a/gdb/guile/scm-objfile.c b/gdb/guile/scm-objfile.c index 9a20dc72fd..70f7e3343a 100644 --- a/gdb/guile/scm-objfile.c +++ b/gdb/guile/scm-objfile.c @@ -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);