checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 26 Oct 1999 22:16:22 +0200
changeset 4948 adfadf9b2c75
parent 4947 a371032036d9
child 4949 4c0462bd4d6a
checkin from browser
LargeInteger.st
--- a/LargeInteger.st	Tue Oct 26 21:51:05 1999 +0200
+++ b/LargeInteger.st	Tue Oct 26 22:16:22 1999 +0200
@@ -2132,7 +2132,7 @@
 
 #if defined(alpha64)
         /* 
-         * subtract word-wise 
+         * subtract int-wise 
          */
         __len3 = __len - 3;
         while (__index < __len3) {
@@ -4266,5 +4266,5 @@
 !LargeInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.144 1999-10-26 19:51:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.145 1999-10-26 20:16:22 cg Exp $'
 ! !