diff options
Diffstat (limited to 'sys/i386/isa/stallion.c')
-rw-r--r-- | sys/i386/isa/stallion.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |