diff options
author | Michael Forney <mforney@mforney.org> | 2019-01-31 18:03:25 -0800 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2019-02-21 09:24:38 +0100 |
commit | ccd415428b2e29952b316c5f7191a1e4c0334e49 (patch) | |
tree | 3530a507c17e567328ec29d7ad5ce038082005e4 | |
parent | cde5f95591b6f38df235ac16ee7ee979ec19bd09 (diff) | |
download | roux-ccd415428b2e29952b316c5f7191a1e4c0334e49.tar.gz |
Fix typo
-rw-r--r-- | spill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spill.c b/spill.c index 04afaca..42f0c05 100644 --- a/spill.c +++ b/spill.c @@ -338,7 +338,7 @@ spill(Fn *fn) for (bp=&fn->rpo[fn->nblk]; bp!=fn->rpo;) { b = *--bp; - /* invariant: all bocks with bigger rpo got + /* invariant: all blocks with bigger rpo got * their in,out updated. */ /* 1. find temporaries in registers at |