Changeset b40bfac in mainline for tools/mkfat.py


Ignore:
Timestamp:
2010-11-08T07:13:25Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
63a1e60
Parents:
d70a463 (diff), 3da12d74 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/mkfat.py

    rd70a463 rb40bfac  
    370370        reserved_clusters = 2
    371371       
    372         # Make sure the filesystem is large enought for FAT16
     372        # Make sure the filesystem is large enough for FAT16
    373373        size = subtree_size(path, cluster_size, dirent_size) + reserved_clusters * cluster_size + extra_bytes
    374374        while (size // cluster_size < fat16_clusters):
Note: See TracChangeset for help on using the changeset viewer.