aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-06-28 03:34:39 +0000
committerdos-reis <gdr@axiomatics.org>2010-06-28 03:34:39 +0000
commitea69320b242425d110f3cdfdf716f1826dcd806a (patch)
treeb861de03de933389dd04dd5491eeba6cae9bf288
parentaf47268d550b5d1f1380b1a7be01389eae02a4d2 (diff)
downloadopen-axiom-ea69320b242425d110f3cdfdf716f1826dcd806a.tar.gz
Fix a typo
-rw-r--r--src/interp/g-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 284a7e98..89d2ebf4 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -228,7 +228,7 @@ expandPeq ['%peq,x,y] ==
['EQ,expandToVMForm x, expandToVMForm y]
expandBefore? ['%before?,x,y] ==
- ['GGREATER,expandToVMForm y,expandToVMForm x]
+ ['GGREATERP,expandToVMForm y,expandToVMForm x]
-- Integer operations
expandIneg ['%ineg,x] ==