Comment have been updated.

This commit is contained in:
Chris Johns
2003-07-02 13:55:40 +00:00
parent fb6d373515
commit 86ca3f8388
2 changed files with 2 additions and 3 deletions

View File

@@ -274,8 +274,7 @@ fat_init_volume_info(rtems_filesystem_mount_table_entry_t *mt_entry)
i >>= 1, vol->spc_log2++);
/*
* According to M$ White Paper "bytes per cluster" value
* greater than 32K is invalid
* "bytes per cluster" value greater than 32K is invalid
*/
if ((vol->bpc = vol->bps << vol->spc_log2) > MS_BYTES_PER_CLUSTER_LIMIT)
{

View File

@@ -166,7 +166,7 @@ extern "C" {
* Volume descriptor
* Description of the volume the FAT filesystem is located on - generally
* the fields of the structure corresponde to Boot Sector and BPB Srtucture
* (see M$ White Paper) fields
* fields
*/
typedef struct fat_vol_s
{