#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:04:16 +0100
changeset 20796 3ab5f54fa968
parent 20795 1bce9acbd4c8
child 20797 7c5592a95e76
#DOCUMENTATION by cg class: ExternalAddress comment/format in: #asExternalBytes
ExternalAddress.st
--- a/ExternalAddress.st	Fri Nov 04 16:04:10 2016 +0100
+++ b/ExternalAddress.st	Fri Nov 04 16:04:16 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -150,7 +148,6 @@
     "
 ! !
 
-
 !ExternalAddress methodsFor:'Compatibility-Squeak'!
 
 beNull
@@ -267,7 +264,7 @@
 asExternalBytes
     "return an ExternalBytes object pointing to where the receiver points to.
      Use of this is not recommended; primitives which return externalAddresses
-     dont think that access to the memory is required/useful, while primitives
+     don't think that access to the memory is required/useful, while primitives
      which do think so should return an externalBytes instance right away."
 
 %{ /* NOCONTEXT */