Fix a typo in comment of GC_with_callee_saves_pushed
authorIvan Maidanski <ivmai@mail.ru>
Sat, 29 Sep 2012 08:27:39 +0000 (12:27 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 29 Sep 2012 08:27:39 +0000 (12:27 +0400)
* mach_dep.c (GC_with_callee_saves_pushed): Fix a typo in comment.

mach_dep.c

index 434bfeb..6a615cd 100644 (file)
@@ -271,7 +271,7 @@ GC_INNER void GC_with_callee_saves_pushed(void (*fn)(ptr_t, void *),
         /* Generic code                          */
         /* The idea is due to Parag Patel at HP. */
         /* We're not sure whether he would like  */
-        /* to be he acknowledged for it or not.  */
+        /* to be acknowledged for it or not.     */
         jmp_buf regs;
         register word * i = (word *) regs;
         register ptr_t lim = (ptr_t)(regs) + (sizeof regs);