Index: /trunk/include/iprt/vfs.h
===================================================================
--- /trunk/include/iprt/vfs.h	(revision 66615)
+++ /trunk/include/iprt/vfs.h	(revision 66616)
@@ -945,5 +945,5 @@
  * @retval  VERR_ACCESS_DENIED if the stream is not readable.
  *
- * @param   hVfsIos         The VFS I/O stream handle.
+ * @param   hVfsFile        The VFS file handle.
  * @param   off             Where to read at, -1 for the current position.
  * @param   pSgBuf          Pointer to a scatter buffer descriptor.  The number
@@ -964,5 +964,5 @@
  * @retval  VERR_ACCESS_DENIED if the stream is not writable.
  *
- * @param   hVfsIos         The VFS I/O stream handle.
+ * @param   hVfsFile        The VFS file handle.
  * @param   off             Where to write at, -1 for the current position.
  * @param   pSgBuf          Pointer to a gather buffer descriptor.  The number
