ShortFloat.st
changeset 15014 f3fb1faff91f
parent 15012 3361a2f2993e
child 15015 b86b7390d9ed
--- a/ShortFloat.st	Sun Mar 31 21:31:54 2013 +0200
+++ b/ShortFloat.st	Sun Mar 31 21:33:04 2013 +0200
@@ -369,7 +369,7 @@
 readBinaryIEEESingleFrom:aStream MSB:msbFirst
     "read a float value from the binary stream, aStream,
      interpreting the next bytes as an IEEE formatted 4-byte float.
-     The bytes are read in the native byte order (i.e.lsb on intel)"
+     The bytes are read in the soecified byte order"
 
     |f|
 
@@ -1891,10 +1891,10 @@
 !ShortFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.123 2013-03-31 19:30:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.124 2013-03-31 19:33:04 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.123 2013-03-31 19:30:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.124 2013-03-31 19:33:04 cg Exp $'
 ! !