summaryrefslogtreecommitdiff
path: root/mach_dep.c
diff options
context:
space:
mode:
Diffstat (limited to 'mach_dep.c')
-rw-r--r--mach_dep.c2
1 files changed, 1 insertions, 1 deletions
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);