diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 10:22:22 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 10:22:22 +0000 |
| commit | 4539e1344f2e4d97858e2b7f8761ef6690c9ae48 (patch) | |
| tree | 607a00cb0fa85ddf0b106f94acaf43fb18b9a202 /sys/dev | |
| parent | 6817526d14cbd2812ff570e7a0b8b5905ab98b1b (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index 9040176f8e7a..0cb3df437015 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); |
