userlibandfileserver/fileserver/sfat32/inc/sl_std.inl
changeset 149 d9f1e5bfe28c
parent 90 947f0dc9f7a8
child 201 43365a9b78a3
--- a/userlibandfileserver/fileserver/sfat32/inc/sl_std.inl	Mon May 24 18:45:46 2010 +0100
+++ b/userlibandfileserver/fileserver/sfat32/inc/sl_std.inl	Thu Jun 10 11:48:01 2010 +0100
@@ -178,14 +178,14 @@
     }
 
 
-/** @return refrence to the fat table owned by the mount */
+/** @return reference to the fat table owned by the mount */
 CFatTable& CFatMountCB::FAT() const
 	{
     return(*iFatTable);
     }
 
 /**
-    @return refrence to the file system object that has produced this CFatMountCB
+    @return reference to the file system object that has produced this CFatMountCB
 */
 CFatFileSystem& CFatMountCB::FatFileSystem() const
 	{
@@ -495,7 +495,7 @@
 /**
 Returns the fat table used by the file system for this mount
 
-@return Refrence to the Fat table owned by the mount
+@return Reference to the Fat table owned by the mount
 */
 CFatTable& CFatFileCB::FAT()
 	{return(FatMount().FAT());}