X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fvfs_ext.h;h=2fd7fd372ad115591df75c4e807a8e9147edfb8a;hb=07173b260d76a7e6482838c02d5deb2ead2afbb2;hp=816c4a04683c1d2f7b2e99a031b30a718b44adf0;hpb=1e7db40300bc594cf708bb6082a6e05a268da946;p=tpg%2Facess2.git diff --git a/Kernel/include/vfs_ext.h b/Kernel/include/vfs_ext.h index 816c4a04..2fd7fd37 100644 --- a/Kernel/include/vfs_ext.h +++ b/Kernel/include/vfs_ext.h @@ -7,7 +7,7 @@ #define _VFS_EXT_H // === CONSTANTS === -//! maximum size of a Memory Path generated by VFS_GetMemPath +//! Maximum size of a Memory Path generated by VFS_GetMemPath #define VFS_MEMPATH_SIZE (3 + (BITS/8)*2) /** * \name Flags for VFS_Open @@ -165,7 +165,7 @@ extern int VFS_ChRoot(char *New); * \brief Change the location of the current file pointer * \param FD File handle returned by ::VFS_Open * \param Offset Offset within the file to go to - * \param Whence A direction from ::eVFS_SeekDirs + * \param Direction A direction from ::eVFS_SeekDirs * \return Boolean success */ extern int VFS_Seek(int FD, Sint64 Offset, int Direction);