From 1c813199d38c376dc2084d68443762090b83dd50 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 29 Sep 2012 12:27:39 +0400 Subject: Fix a typo in comment of GC_with_callee_saves_pushed * mach_dep.c (GC_with_callee_saves_pushed): Fix a typo in comment. --- mach_dep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mach_dep.c') diff --git a/mach_dep.c b/mach_dep.c index 434bfeb7..6a615cde 100644 --- a/mach_dep.c +++ b/mach_dep.c @@ -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); -- cgit v1.2.1