From 199621db0873af904cb47be73f2374a8dffecf90 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 19 Jun 2021 23:11:51 -0400 Subject: [PATCH] Observes that the actual guess here is MS-DOS-style. --- Storage/Disk/DiskImage/Formats/MSXDSK.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Disk/DiskImage/Formats/MSXDSK.hpp b/Storage/Disk/DiskImage/Formats/MSXDSK.hpp index 23975a11e..f88c46754 100644 --- a/Storage/Disk/DiskImage/Formats/MSXDSK.hpp +++ b/Storage/Disk/DiskImage/Formats/MSXDSK.hpp @@ -17,7 +17,7 @@ namespace Storage { namespace Disk { /*! - Provides a @c DiskImage descriging an MSX-style disk image: + Provides a @c DiskImage describing an MSDOS-style disk image: a sector dump of appropriate proportions. */ class MSXDSK: public MFMSectorDump {