diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 12:05:58 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 12:05:58 +0000 |
commit | 7d76aced28ec9c258bd533a4e33516f71f44b6de (patch) | |
tree | 51f7811d4e593e1c5d5f38cc3d2fbeec28fcd3fe /sys/i386/isa/istallion.c | |
parent | 7dcfea0100bdd36891f50e5740f8a01da166b7a8 (diff) | |
download | FreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.zip FreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.tar.gz |
Fix typo: compatability -> compatibility.
Compatability is not an existing english word.
Diffstat (limited to 'sys/i386/isa/istallion.c')
-rw-r--r-- | sys/i386/isa/istallion.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |