diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2022-05-07 04:40:01 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2022-05-07 04:40:01 +0000 |
| commit | befba0d52f486b8e4426c97d9aa2ddb7d7017ae7 (patch) | |
| tree | a6c5a7cdd6f152c56a6a7dc0fb25b5c561adba3f /sys/dev | |
| parent | f4d0a4c965a63a53ac629bb8b2a2b8ffcb27eed5 (diff) | |
s/contrller/controller/ in comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/mfi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/mfi.c b/sys/dev/ic/mfi.c index ac3fa4cda5c..a95a387bfbe 100644 --- a/sys/dev/ic/mfi.c +++ b/sys/dev/ic/mfi.c @@ -1,4 +1,4 @@ -/* $NetBSD: mfi.c,v 1.69 2022/05/05 07:18:02 msaitoh Exp $ */ +/* $NetBSD: mfi.c,v 1.70 2022/05/07 04:40:02 msaitoh Exp $ */ /* $OpenBSD: mfi.c,v 1.66 2006/11/28 23:59:45 dlg Exp $ */ /* @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mfi.c,v 1.69 2022/05/05 07:18:02 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mfi.c,v 1.70 2022/05/07 04:40:02 msaitoh Exp $"); #include "bio.h" @@ -2101,7 +2101,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.mld_cfg.mlc_parm.mpa_pri_raid; if (sc->sc_ld_details.mld_cfg.mlc_parm.mpa_sec_raid == |
