]> git.sur5r.net Git - cc65/blobdiff - doc/funcref.sgml
Since we have now builtin search paths, we need to be able to forget them,
[cc65] / doc / funcref.sgml
index 54d23f5527374f97c4a4f46fdb9dcfd824b58c2d..c7f3e2f174ec0a09e749140580297651353e05a4 100644 (file)
@@ -1847,7 +1847,7 @@ extended memory that should be supported. There is no autodetect capability.
 memory and returns a pointer to the page frame. Depending on the hardware
 and driver, the data is either mapped into the address space or transfered
 into a buffer. If you don't need the actual contents of the page (for example
-because you're going to overwrite it completely, it is better to call
+because you're going to overwrite it completely), it is better to call
 <tt/<ref id="em_use" name="em_use">/ instead. <tt/em_use/ will not transfer the
 data if it is possible to avoid that.
 <tag/Limits/<itemize>