Skip to content

Commit

Permalink
arcfw: make the comment accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
Wack0 committed Jul 20, 2024
1 parent 16e31b8 commit ac7f5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcgrackle/source/arcfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ ARC_STATUS ArcFsRepartitionDisk(ULONG DeviceId, const char* SourceDevice, ULONG
}
memset(Apm, 0, sizeof(APM_SECTOR) * REPART_APM_MAXIMUM_PARTITIONS);

// Allocate heap space for laying out the FAT FS for the ARC system partition (0x10400 bytes)
// Allocate heap space for laying out the FAT FS for the ARC system partition
enum {
SIZE_OF_SYS_PART_FAT_FS = 0x14200
};
Expand Down

0 comments on commit ac7f5ba

Please sign in to comment.