This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Hi.

fyi, I committed this.

2014-03-02  Doug Evans  <xdje42@gmail.com>

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

diff --git a/gdb/guile/scm-objfile.c b/gdb/guile/scm-objfile.c
index 9a20dc7..70f7e33 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);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]