diff options
| author | 2009-03-29 15:03:17 +0000 | |
|---|---|---|
| committer | 2009-03-29 15:03:17 +0000 | |
| commit | aff4a2dfc269b718b7d1677d7db14674481a08fe (patch) | |
| tree | 29af46faccf83eeaa57a9e86f7c8b1b710ebcecf | |
| parent | Bypass macsec on extreme/supreme based chips. (diff) | |
| download | wireguard-openbsd-aff4a2dfc269b718b7d1677d7db14674481a08fe.tar.xz wireguard-openbsd-aff4a2dfc269b718b7d1677d7db14674481a08fe.zip | |
spello
| -rw-r--r-- | sys/dev/ic/mfi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mfi.c b/sys/dev/ic/mfi.c index d3f39211ba1..26dd7de8adb 100644 --- a/sys/dev/ic/mfi.c +++ b/sys/dev/ic/mfi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mfi.c,v 1.91 2009/03/29 01:05:56 dlg Exp $ */ +/* $OpenBSD: mfi.c,v 1.92 2009/03/29 15:03:17 marco Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -1484,7 +1484,7 @@ mfi_ioctl_vol(struct mfi_softc *sc, struct bioc_vol *bv) /* * The RAID levels are determined per the SNIA DDF spec, this is only - * a subset that is valid for the MFI contrller. + * a subset that is valid for the MFI controller. */ bv->bv_level = sc->sc_ld_details[i].mld_cfg.mlc_parm.mpa_pri_raid; if (sc->sc_ld_details[i].mld_cfg.mlc_parm.mpa_sec_raid == |
