1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Acknowledge that HFS is assumed.

This commit is contained in:
Thomas Harte 2022-08-23 16:19:19 -04:00
parent 017f55390a
commit 64c5b84b8b

View File

@ -41,7 +41,7 @@ class Volume {
/*!
A Mapper can used by a mass-storage device that knows the
contents of an HFS or MFS partition to provide the conversion
contents of an HFS partition to provide the conversion
necessary to a particular type of drive.
*/
class Mapper {