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

Corrects various comment typos.

This commit is contained in:
Thomas Harte 2018-01-08 20:55:40 -05:00
parent b36c917810
commit 6eb56a1564
7 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@ namespace Storage {
namespace Disk {
/*!
Provies a @c Disk containing an ADF disk image a decoded sector dump of an Acorn ADFS disk.
Provides a @c Disk containing an ADF disk image a decoded sector dump of an Acorn ADFS disk.
*/
class AcornADF: public MFMSectorDump {
public:

View File

@ -19,7 +19,7 @@ namespace Storage {
namespace Disk {
/*!
Provies a @c Disk containing an Amstrad CPC-stype disk image some arrangement of sectors with status bits.
Provides a @c Disk containing an Amstrad CPC-type disk image some arrangement of sectors with status bits.
*/
class CPCDSK: public DiskImage {
public:

View File

@ -16,7 +16,7 @@ namespace Storage {
namespace Disk {
/*!
Provies a @c Disk containing a D64 disk image a decoded sector dump of a C1540-format disk.
Provides a @c Disk containing a D64 disk image a decoded sector dump of a C1540-format disk.
*/
class D64: public DiskImage {
public:

View File

@ -16,7 +16,7 @@ namespace Storage {
namespace Disk {
/*!
Provies a @c Disk containing a G64 disk image a raw but perfectly-clocked GCR stream.
Provides a @c Disk containing a G64 disk image a raw but perfectly-clocked GCR stream.
*/
class G64: public DiskImage {
public:

View File

@ -16,7 +16,7 @@ namespace Storage {
namespace Disk {
/*!
Provies a @c Disk containing an HFE disk image a bit stream representation of a floppy.
Provides a @c Disk containing an HFE disk image a bit stream representation of a floppy.
*/
class HFE: public DiskImage {
public:

View File

@ -16,7 +16,7 @@ namespace Storage {
namespace Disk {
/*!
Provies the base for writeable [M]FM disk images that just contain contiguous sector content dumps.
Provides the base for writeable [M]FM disk images that just contain contiguous sector content dumps.
*/
class MFMSectorDump: public DiskImage {
public:

View File

@ -15,7 +15,7 @@ namespace Storage {
namespace Disk {
/*!
Provies a @c Disk containing a DSD or SSD disk image a decoded sector dump of an Acorn DFS disk.
Provides a @c Disk containing a DSD or SSD disk image a decoded sector dump of an Acorn DFS disk.
*/
class SSD: public MFMSectorDump {
public: