summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 10:22:22 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 10:22:22 +0000
commit61e9b8f80f914785094ed6ea32f7d563eea2ba3f (patch)
tree1e60d32af8907f5ad3867b964a2cd2584cb7d24a /sys
parentd214ae21714540c7d954bd861ed084fb157abeb9 (diff)
downloadFreeBSD-src-61e9b8f80f914785094ed6ea32f7d563eea2ba3f.zip
FreeBSD-src-61e9b8f80f914785094ed6ea32f7d563eea2ba3f.tar.gz
Fix typo: depricated -> deprecated.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/aic7xxx/aic7xxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c
index 9040176..0cb3df4 100644
--- a/sys/dev/aic7xxx/aic7xxx.c
+++ b/sys/dev/aic7xxx/aic7xxx.c
@@ -3294,7 +3294,7 @@ ahc_softc_init(struct ahc_softc *ahc, struct ahc_probe_config *config)
if ((ahc->chip & AHC_PCI) != 0)
ahc->unpause &= ~IRQMS;
ahc->pause = ahc->unpause | PAUSE;
- /* XXX The shared scb data stuff should be depricated */
+ /* XXX The shared scb data stuff should be deprecated */
if (ahc->scb_data == NULL) {
ahc->scb_data = malloc(sizeof(*ahc->scb_data),
M_DEVBUF, M_NOWAIT);
OpenPOWER on IntegriCloud