summaryrefslogtreecommitdiff
path: root/mach_dep.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-09-29 12:27:39 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-09-29 12:27:39 +0400
commit1c813199d38c376dc2084d68443762090b83dd50 (patch)
tree3dd26cfa1e1e99814690bf215b94a56d443b34a4 /mach_dep.c
parent53295252984b68c6b1fbb7d64fe47d9cd1515364 (diff)
downloadbdwgc-1c813199d38c376dc2084d68443762090b83dd50.tar.gz
Fix a typo in comment of GC_with_callee_saves_pushed
* mach_dep.c (GC_with_callee_saves_pushed): Fix a typo in comment.
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);