diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2009-03-29 15:03:18 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2009-03-29 15:03:18 +0000 |
commit | e2939d40998e2bc95944d5b926180fc472abecfb (patch) | |
tree | 3026c84861e8fcaa749ed4534808014de4a62962 /sys/dev/ic/mfi.c | |
parent | 7e176a9ed8b4c3d7d61a8dd00b1a342bb8253545 (diff) |
spello
Diffstat (limited to 'sys/dev/ic/mfi.c')
-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 == |