mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-19 13:10:57 -07:00
Fix Typo in CHKDSK.ASM
This commit is contained in:
parent
b297ae5788
commit
151c2325b6
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ TITLE CHKDSK - MS-DOS Disk consistancy checker
|
|||
|
||||
; To build CHKDSK you need three modules:
|
||||
; CHKDSK CHKPROC CHKMES
|
||||
; They should be linked the that order as well.
|
||||
; They should be linked in that order as well.
|
||||
|
||||
|
||||
; REVISION HISTORY
|
||||
|
@ -898,4 +898,4 @@ GOTNAME:
|
|||
|
||||
CODE ENDS
|
||||
END CHKDSK
|
||||
|