diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-12 21:18:05 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-12 21:18:05 +0000 |
commit | cdd3ddccaad20039d07e74faa9b712fc16376962 (patch) | |
tree | 7a73f5d8e9f9536793a49c04408c958635253bb0 /usr.bin/doscmd/dos.h | |
parent | 6629f872ca4ca0a3a17361b02361639f866571f4 (diff) | |
download | FreeBSD-src-cdd3ddccaad20039d07e74faa9b712fc16376962.zip FreeBSD-src-cdd3ddccaad20039d07e74faa9b712fc16376962.tar.gz |
Reduce the number of spelling mistakes.
Diffstat (limited to 'usr.bin/doscmd/dos.h')
-rw-r--r-- | usr.bin/doscmd/dos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/doscmd/dos.h b/usr.bin/doscmd/dos.h index cc770f7..b75963f 100644 --- a/usr.bin/doscmd/dos.h +++ b/usr.bin/doscmd/dos.h @@ -226,7 +226,7 @@ typedef struct { u_short dta_seg __attribute__ ((packed)); /* 0Ch DWORD current DTA */ u_short psp __attribute__ ((packed)); /* 10h WORD current PSP */ u_short int_23_sp __attribute__ ((packed)); /* 12h WORD stores SP across an INT 23 */ - u_short wait_status __attribute__ ((packed)); /* 14h WORD return code from last process termination (zerod after reading with AH=4Dh) */ + u_short wait_status __attribute__ ((packed)); /* 14h WORD return code from last process termination (set to 0 after reading with AH=4Dh) */ u_char current_drive __attribute__ ((packed)); /* 16h BYTE current drive */ u_char break_flag __attribute__ ((packed)); /* 17h BYTE extended break flag */ u_char unknown1[2] __attribute__ ((packed)); /* 18h 2 BYTEs ??? */ @@ -336,7 +336,7 @@ struct exehdr { u_short nreloc; u_short hdr_size; /* paragraphs */ u_short min_memory; /* paragraphs */ - u_short max_memory; /* pargraphs */ + u_short max_memory; /* paragraphs */ u_short init_ss; u_short init_sp; u_short checksum; |