diff -r 947f0dc9f7a8 -r ef2a444a7410 userlibandfileserver/fileserver/sfat32/sl_scan32.cpp --- a/userlibandfileserver/fileserver/sfat32/sl_scan32.cpp Fri Apr 16 16:24:37 2010 +0300 +++ b/userlibandfileserver/fileserver/sfat32/sl_scan32.cpp Mon May 03 13:47:38 2010 +0300 @@ -94,7 +94,7 @@ //---------------------------------------------------------------------------------------------------- /** FAT type-agnostic parser. Reads whole FAT and sets up a bit vector. - for FAT12/16 it's OK, because the FAT12/16 is fully cached. + For FAT12/16 it's OK, because the FAT12/16 is fully cached. */ void CScanDrive::DoParseFatL() { @@ -255,8 +255,9 @@ //---------------------------------------------------------------------------------------------------- /** - Start the scanner. The this calss description about what it actually does. - @param aMode specifies the operational mode. + Starts the scanner. + + @param aMode Specifies the operational mode. */ void CScanDrive::StartL(TScanDriveMode aMode) { @@ -946,7 +947,6 @@ Read the "Rugged FAT" ID, stored in reserved2 in the Dos entry or associated with the Dos entry of the Entry at the position passed in. This is used to find which version of two matching entries should be kept. - @param aVFatPos Position of an entry to read ID from @leave System wide error codes @return The ID found in reserved2 field of dos entry