* box-dynamic-module: New directory, implements the box type in a
[bpt/guile.git] / examples / box / box.c
index a928c0e..6c972b8 100644 (file)
@@ -34,7 +34,7 @@ static SCM
 mark_box (SCM b)
 {
   /* Since we have only one SCM object to protect, we simply return it
-     and the caller with mark it.  */
+     and the caller will mark it.  */
   return SCM_CELL_OBJECT_1 (b);
 }