X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Kernel%2Finclude%2Fvfs_ext.h;h=2fd7fd372ad115591df75c4e807a8e9147edfb8a;hb=bf7d1cd5635d41bd7c58bf99c61cdc670291c543;hp=816c4a04683c1d2f7b2e99a031b30a718b44adf0;hpb=f2fd50e797e6a3b3590e4c2e13b6782dd87c25a2;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);