diff options
Diffstat (limited to 'sys/i386/isa')
-rw-r--r-- | sys/i386/isa/isa_compat.c | 2 | ||||
-rw-r--r-- | sys/i386/isa/istallion.c | 4 | ||||
-rw-r--r-- | sys/i386/isa/stallion.c | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/isa/isa_compat.c b/sys/i386/isa/isa_compat.c index 8dd1bec..099e0b9 100644 --- a/sys/i386/isa/isa_compat.c +++ b/sys/i386/isa/isa_compat.c @@ -245,7 +245,7 @@ isa_compat_attach(device_t dev) printf("isa_compat_attach: failed to setup intr: %d\n", error); } - device_printf(dev, "driver is using old-style compatability shims\n"); + device_printf(dev, "driver is using old-style compatibility shims\n"); return 0; } diff --git a/sys/i386/isa/istallion.c b/sys/i386/isa/istallion.c index 36932b9..61b7a50 100644 --- a/sys/i386/isa/istallion.c +++ b/sys/i386/isa/istallion.c @@ -121,7 +121,7 @@ /* * Define the important minor number break down bits. These have been - * chosen to be "compatable" with the standard sio driver minor numbers. + * chosen to be "compatible" with the standard sio driver minor numbers. * Extra high bits are used to distinguish between boards and also for * really high port numbers (> 32). */ @@ -1202,7 +1202,7 @@ STATIC int stliioctl(dev_t dev, unsigned long cmd, caddr_t data, int flag, } /* - * Deal with 4.3 compatability issues if we have too... + * Deal with 4.3 compatibility issues if we have too... */ #if defined(COMPAT_43) || defined(COMPAT_SUNOS) if (1) { diff --git a/sys/i386/isa/stallion.c b/sys/i386/isa/stallion.c index 2d35463..73c2ce1 100644 --- a/sys/i386/isa/stallion.c +++ b/sys/i386/isa/stallion.c @@ -117,7 +117,7 @@ static unsigned int stl_irqshared = 0; /* * Define the important minor number break down bits. These have been - * chosen to be "compatable" with the standard sio driver minor numbers. + * chosen to be "compatible" with the standard sio driver minor numbers. * Extra high bits are used to distinguish between boards. */ #define STL_CALLOUTDEV 0x80 @@ -990,7 +990,7 @@ STATIC int stlioctl(dev_t dev, unsigned long cmd, caddr_t data, int flag, } /* - * Deal with 4.3 compatability issues if we have too... + * Deal with 4.3 compatibility issues if we have too... */ #if defined(COMPAT_43) || defined(COMPAT_SUNOS) if (1) { |