diff options
author | 2011-08-23 04:59:11 +0000 | |
---|---|---|
committer | 2011-08-23 04:59:11 +0000 | |
commit | b6cd64c7abb31c4224e72796bcaacf4c752fd717 (patch) | |
tree | dfd3bb356988f1e1ed2e006a05e2810301cefc11 /src/lib/formats/coco_dsk.c | |
parent | adacaf4eeee85405f89ea45e60bc670fe822e777 (diff) |
"English doesn't borrow from other languages. English follows other languages down dark alleys, knocks them over and goes through their pockets for loose grammar!"
Hand-checked the most popular English word misspellings and made the appropriate changes. Nearly all of the changes made were in commented areas. (no whatsnew)
Diffstat (limited to 'src/lib/formats/coco_dsk.c')
-rw-r--r-- | src/lib/formats/coco_dsk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/coco_dsk.c b/src/lib/formats/coco_dsk.c index 6b05e1ed5ce..6f8f81689a1 100644 --- a/src/lib/formats/coco_dsk.c +++ b/src/lib/formats/coco_dsk.c @@ -92,7 +92,7 @@ * there are no extra bytes in front of the sector data. * * H. Sector attribute byte - * This byte is put at the begining of every sector if the header flag + * This byte is put at the beginning of every sector if the header flag * is turned on. The information this byte contains is the same as the * status register (of the wd179x) would contain when a 'Read Sector' * command was issued. The bit fields are defined as: @@ -603,7 +603,7 @@ static FLOPPY_CONSTRUCT(coco_vdk_construct) * * Each track begins with a track TOC, consisting of 64 little endian 16-bit * integers. Each integer has the following format: - * bit 0-13: Offset from begining of track to 'FE' byte of IDAM + * bit 0-13: Offset from beginning of track to 'FE' byte of IDAM * Note these are always sorted from first to last. All empty * entries are 0x00 * bit 14: Undefined (reserved) |