]> git.sur5r.net Git - cc65/commitdiff
Fixed an error geos.sgml
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 21 Jul 2000 12:45:54 +0000 (12:45 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 21 Jul 2000 12:45:54 +0000 (12:45 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@178 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/geos.sgml

index 7093c3951e7941ac19b56eb95743309f883eae4d..472c5f59ffa9adce7c98d1e75f60d5863a13593c 100644 (file)
@@ -727,7 +727,7 @@ In this example <tt/otherTrSe/ can be replaced by <tt/myTrSe/.
 <p>
 NOTE that you <em/must/ use casting to have correct values.
 <p>
-<tt/SetNextFree/ only finds next free sector, it doesn't allocate it.
+<tt/SetNextFree/ finds next free sector and allocates it.
 
 <sect2>Low-level disk IO
 <p>
@@ -996,7 +996,7 @@ counting the terminating <tt/NULL/), and <tt/regions/ cover whole 64K of memory.
 <tt/void CopyString (char *dest, char *src)/
 <p>
 This function copies string from <tt/src/ to <tt/dest/, until it reaches <tt/NULL/. <tt/NULL/
-is also copied. 
+is also copied.
 
 <sect2>CmpString
 <p>