diff options
Diffstat (limited to 'src/tools/imgtool/modules/ti99.cpp')
-rw-r--r-- | src/tools/imgtool/modules/ti99.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/imgtool/modules/ti99.cpp b/src/tools/imgtool/modules/ti99.cpp index 04881c7b5ef..5c3d66e0c22 100644 --- a/src/tools/imgtool/modules/ti99.cpp +++ b/src/tools/imgtool/modules/ti99.cpp @@ -166,7 +166,7 @@ The DSK disk structure is used for floppy disks, and a few RAMDISKs as well. It supports 1600 AUs and 16 MBytes at most (the 16 MByte value is a - theorical maximum, as I doubt anyone has ever created so big a DSK volume). + theoretical maximum, as I doubt anyone has ever created so big a DSK volume). The disk sector size is always 256 bytes (the only potential exceptions are the SCSI floppy disk units and the TI-99 simulator on TI-990, but I don't @@ -524,7 +524,7 @@ struct dsk_vib /* the allocation unit associated with that */ /* bit has been allocated. */ /* Bits corresponding to system reserved AUs, */ - /* non-existant AUs, and bad AUs, are set to one, too. */ + /* non-existent AUs, and bad AUs, are set to one, too. */ /* (AU 0 is associated to LSBit of byte 0, */ /* AU 7 to MSBit of byte 0, AU 8 to LSBit */ /* of byte 1, etc.) */ @@ -1579,7 +1579,7 @@ struct dsk_fdr /* implementation is regarded as a bug because */ /* program files do not define the fixrecs field */ /* field, so program field saved by the HFDC */ - /* DSR may be larger whan they should. */ + /* DSR may be larger than they should. */ uint8_t eof; /* EOF offset in last physrec for variable length */ /* record files and program files (0->256)*/ uint8_t reclen; /* logical record size in bytes ([1,255] 0->256) */ @@ -5090,7 +5090,7 @@ static imgtoolerr_t win_image_deletefile(imgtool::partition &partition, const ch /* check integrity of FDR sibling chain, and go to last sibling */ /* note that as we check that the back chain is consistent with the forward chain, we will also detect any cycle in the sibling chain, so we do not - need to check against them explicitely */ + need to check against them explicitly */ { int pastendoflist_flag; unsigned prevfdr_aphysrec; |