diff options
author | sam <sam@FreeBSD.org> | 2008-12-01 23:09:58 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2008-12-01 23:09:58 +0000 |
commit | 89e51258611a31efc2b1a6945c4d2e4db7859b37 (patch) | |
tree | c479ea5c11cf1cb9d5ac8753b91006a34bd2698c | |
parent | 6f76d481f02bf58afb3c6e3880762ab0b47b0174 (diff) | |
download | FreeBSD-src-89e51258611a31efc2b1a6945c4d2e4db7859b37.zip FreeBSD-src-89e51258611a31efc2b1a6945c4d2e4db7859b37.tar.gz |
correct typo
Submitted by: Ole Vole
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW: __FreeBSD_version 800057 marks the switchover from the binary ath hal to source code. Users must add the line: - options ATH_SUPPORT_AR5416 + options AH_SUPPORT_AR5416 to their kernel config files when specifying: |