Changes in tools/mkfat.py [28f4adb:f4057f5] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/mkfat.py

    r28f4adb rf4057f5  
    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.