COM32R documentation: fix typo 'pm_cs' syslinux-4.04-pre11
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 16 Feb 2011 09:34:24 +0000 (10:34 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 2 Mar 2011 23:46:29 +0000 (15:46 -0800)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
doc/comboot.txt

index 4b4b880..04d5deb 100644 (file)
@@ -986,27 +986,27 @@ AX=0024h [3.80] Cleanup, shuffle and boot, raw version
 
        ++++ 32-BIT ONLY API CALLS ++++
 
-void *pm_cs->lmalloc(size_t bytes)
+void *cs_pm->lmalloc(size_t bytes)
 
        Allocate a buffer in low memory (below 1 MB).
 
 
-void pm_cs->lfree(void *ptr)
+void cs_pm->lfree(void *ptr)
 
-       Free a buffer allocated with pm_cs->lmalloc().
+       Free a buffer allocated with cs_pm->lmalloc().
 
 
-DIR *pm_cs->opendir(const char *pathname)
+DIR *cs_pm->opendir(const char *pathname)
 
        Open a directory.
 
 
-struct dirent *pm_cs->readdir(DIR *dir)
+struct dirent *cs_pm->readdir(DIR *dir)
 
        Read an entry from a directory.  The entry is returned in a
        static buffer.
 
 
-int pm_cs->closedir(DIR *dir)
+int cs_pm->closedir(DIR *dir)
 
        Close a directory.