diff options
Diffstat (limited to 'sys/dev/vx/if_vx_eisa.c')
| -rw-r--r-- | sys/dev/vx/if_vx_eisa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vx/if_vx_eisa.c b/sys/dev/vx/if_vx_eisa.c index b05c8e1ab539..2556580c1e5c 100644 --- a/sys/dev/vx/if_vx_eisa.c +++ b/sys/dev/vx/if_vx_eisa.c @@ -149,7 +149,7 @@ vx_eisa_attach(device_t dev) } sc->vx_irq = irq; - /* Now the registers are availible through the lower ioport */ + /* Now the registers are available through the lower ioport */ if (vx_attach(dev) == 0) goto bad; |
