UninterpretedBytes.st
changeset 8018 dfc5be947218
parent 8017 55c184efc51c
child 8092 0ad1f154622a
--- a/UninterpretedBytes.st	Sun Feb 29 14:50:37 2004 +0100
+++ b/UninterpretedBytes.st	Sun Feb 29 14:51:21 2004 +0100
@@ -1680,9 +1680,8 @@
     "set the 2-bytes starting at index from the signed Integer value.
      The index is a smalltalk index (i.e. 1-based).
      The stored value must be in the range -32768 .. +32676.
-     The value is stored in the machines natural byteorder.
-     This may be worth a primitive.
-     This is the ST80 equivalent of #signedWordAt:put:"
+     The value is stored in the byteorder given by bigEndian.
+     This may be worth a primitive."
 
 
     |v|
@@ -2210,5 +2209,5 @@
 !UninterpretedBytes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UninterpretedBytes.st,v 1.52 2004-02-29 13:50:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UninterpretedBytes.st,v 1.53 2004-02-29 13:51:21 cg Exp $'
 ! !