diff options
author | dos-reis <gdr@axiomatics.org> | 2010-06-28 03:34:39 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-06-28 03:34:39 +0000 |
commit | ea69320b242425d110f3cdfdf716f1826dcd806a (patch) | |
tree | b861de03de933389dd04dd5491eeba6cae9bf288 /src | |
parent | af47268d550b5d1f1380b1a7be01389eae02a4d2 (diff) | |
download | open-axiom-ea69320b242425d110f3cdfdf716f1826dcd806a.tar.gz |
Fix a typo
Diffstat (limited to 'src')
-rw-r--r-- | src/interp/g-util.boot | 2 |
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] == |