aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-24 09:33:52 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-24 09:33:52 +0000
commit3c32b47b560563cf217ab2781d14ac65e0e12e30 (patch)
tree5bd2445b5b40e9086cd0dbd37fa1efef64162c3f /src
parent0e841ba86255626a17d29105e6df715250aebbdc (diff)
downloadopen-axiom-3c32b47b560563cf217ab2781d14ac65e0e12e30.tar.gz
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/interp/c-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index 596a7949..e496ad7c 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -1074,7 +1074,7 @@ $middleEndOpcodes == nil
++ Return the expander of a middle-end opcode, or nil if there is none.
getOpcodeExpander op ==
- x := ASSOC(op,$middleEndOpcodes) => rest op
+ x := ASSOC(op,$middleEndOpcodes) => rest x
nil
middleEndExpand: %Form -> %Form