fixed typo (at28930)

This commit is contained in:
David Anderson 2006-04-27 17:31:55 +00:00
parent 8da4987895
commit f6cb8ab3bb

View File

@ -45,7 +45,7 @@ native file_size(const file[], flag=0);
#define SEEK_CUR 1
#define SEEK_END 2
//Open a file, returns a handle or 0 on vailure
//Open a file, returns a handle or 0 on failure
native fopen(const filename[],const mode[]);
//Closes a file handle