summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/dos.h
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-04-12 21:18:05 +0000
committercharnier <charnier@FreeBSD.org>2002-04-12 21:18:05 +0000
commitcdd3ddccaad20039d07e74faa9b712fc16376962 (patch)
tree7a73f5d8e9f9536793a49c04408c958635253bb0 /usr.bin/doscmd/dos.h
parent6629f872ca4ca0a3a17361b02361639f866571f4 (diff)
downloadFreeBSD-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.h4
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;
OpenPOWER on IntegriCloud