Scanner.st
changeset 1676 b8122adeb8a6
parent 1673 3f64c0d10a4e
child 1678 edd3a6b568c7
--- a/Scanner.st	Fri Feb 17 13:04:28 2006 +0100
+++ b/Scanner.st	Fri Feb 17 13:32:08 2006 +0100
@@ -2387,7 +2387,7 @@
         ].
 
         parserFlags allowFixedPointLiterals == true ifTrue:[
-            "/ Dolphin scaledDecimal numbers
+            "/ ScaledDecimal numbers
             ('s' includes:nextChar) ifTrue:[
                 nextChar := source nextPeek.
                 mantissaAndScaledPart isNil ifTrue:[
@@ -3040,7 +3040,7 @@
 !Scanner class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.211 2006-02-13 22:03:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.212 2006-02-17 12:32:08 cg Exp $'
 ! !
 
 Scanner initialize!