From: uz Date: Fri, 18 Sep 2009 15:09:07 +0000 (+0000) Subject: Added a missing paren. X-Git-Tag: V2.13.0rc1~70 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d0e9f0f9871c28728df12d4b4aade494bfa4399c;p=cc65 Added a missing paren. git-svn-id: svn://svn.cc65.org/cc65/trunk@4186 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 54d23f552..c7f3e2f17 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -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 / instead.