--- libaitio/inc/aitio.h 2010/07/05 09:25:06 1.4.2.2 +++ libaitio/inc/aitio.h 2010/07/05 11:01:56 1.4.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.4.2.2 2010/07/05 09:25:06 misho Exp $ +* $Id: aitio.h,v 1.4.2.3 2010/07/05 11:01:56 misho Exp $ * *************************************************************************/ #ifndef __AITIO_H @@ -192,7 +192,7 @@ int ioURLGetFile(struct tagIOURL *url, char * __restri /* - * io_rread() Raw read function + * io_rread() Raw VFS read function * @fd = File handle * @buf = Read buffer * @nbytes = Read buffer size @@ -202,7 +202,7 @@ int ioURLGetFile(struct tagIOURL *url, char * __restri */ inline int io_rread(int fd, void * __restrict buf, size_t nbytes, off_t offset, int update); /* - * io_rwrite() Raw write function + * io_rwrite() Raw VFS write function * @fd = File handle * @buf = Write buffer * @nbytes = Write bytes from buffer