diff options
author | dirk <dirk@FreeBSD.org> | 2001-06-01 22:39:50 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-06-01 22:39:50 +0000 |
commit | bf437699a2710e571265ed8b49504026dae2d36b (patch) | |
tree | f02039b227487ee2fafaa8d28964db28140ddaf6 /sys/conf | |
parent | b4dd259ff3571482d58dc9542d43c18fae0b32e0 (diff) | |
download | FreeBSD-src-bf437699a2710e571265ed8b49504026dae2d36b.zip FreeBSD-src-bf437699a2710e571265ed8b49504026dae2d36b.tar.gz |
Fix typo (opt_acc.h -> opt_aac.h) for AAC_COMPAT_LINUX.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index f6315d1..ed57e0d 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -30,7 +30,7 @@ # opt_<name-of-option-in-lower-case>.h # Adaptec Array Controller driver options -AAC_COMPAT_LINUX opt_acc.h # Enable the linux ioctl interface +AAC_COMPAT_LINUX opt_aac.h # Enable the linux ioctl interface AAC_DEBUG opt_aac.h # Debugging levels: # 0 - quiet, only emit warnings |