Fix Typo in CHKDSK.ASM

This commit is contained in:
vnic0 2018-10-07 06:36:47 -07:00 committed by GitHub
commit 151c2325b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ TITLE CHKDSK - MS-DOS Disk consistancy checker
; To build CHKDSK you need three modules: ; To build CHKDSK you need three modules:
; CHKDSK CHKPROC CHKMES ; CHKDSK CHKPROC CHKMES
; They should be linked the that order as well. ; They should be linked in that order as well.
; REVISION HISTORY ; REVISION HISTORY
@ -898,4 +898,4 @@ GOTNAME:
CODE ENDS CODE ENDS
END CHKDSK END CHKDSK