diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ata/ata-all.h | 2 | ||||
| -rw-r--r-- | sys/dev/fb/vga.c | 2 | ||||
| -rw-r--r-- | sys/dev/sym/sym_hipd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h index 6be3a54a66d10..9eab30be132f4 100644 --- a/sys/dev/ata/ata-all.h +++ b/sys/dev/ata/ata-all.h @@ -54,7 +54,7 @@ #define ATA_CYL_LSB 0x04 /* cylinder# LSB */ #define ATA_CYL_MSB 0x05 /* cylinder# MSB */ #define ATA_DRIVE 0x06 /* Sector/Drive/Head register */ -#define ATA_D_LBA 0x40 /* use LBA adressing */ +#define ATA_D_LBA 0x40 /* use LBA addressing */ #define ATA_D_IBM 0xa0 /* 512 byte sectors, ECC */ #define ATA_CMD 0x07 /* command register */ diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index 3a9dac15999a8..a05ea1bf357f7 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -1605,7 +1605,7 @@ setup_mode: params.regs[5-1+0x04] |= 0x04; /* turn off doubleword mode */ params.regs[10+0x14] &= 0xbf; - /* turn off word adressing */ + /* turn off word addressing */ params.regs[10+0x17] |= 0x40; /* set logical screen width */ params.regs[10+0x13] = 80; diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c index 2113da8174ada..c6abd413e225a 100644 --- a/sys/dev/sym/sym_hipd.c +++ b/sys/dev/sym/sym_hipd.c @@ -3930,7 +3930,7 @@ static void sym_settrans(hcb_p np, ccb_p cp, u_char dt, u_char ofs, * scntl3: (see the manual) * * current script command: - * dsp: script adress (relative to start of script). + * dsp: script address (relative to start of script). * dbc: first word of script command. * * First 24 register of the chip: |
