guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment.
authorDoug Evans <xdje42@gmail.com>
Sun, 2 Mar 2014 18:30:46 +0000 (10:30 -0800)
committerDoug Evans <xdje42@gmail.com>
Sun, 2 Mar 2014 18:30:46 +0000 (10:30 -0800)
gdb/ChangeLog
gdb/guile/scm-objfile.c

index 08dd1c3..eb2565e 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2014-03-01  Mark Kettenis  <kettenis@gnu.org>
index 9a20dc7..70f7e33 100644 (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);