Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic s/contrller/controller/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/1d6c8d8f0469
branches:  trunk
changeset: 365968:1d6c8d8f0469
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sat May 07 04:40:01 2022 +0000

description:
s/contrller/controller/ in comment.

diffstat:

 sys/arch/amiga/conf/files.amiga       |  4 ++--
 sys/arch/amigappc/conf/files.amigappc |  4 ++--
 sys/dev/ic/mfi.c                      |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 19b807f7a17e -r 1d6c8d8f0469 sys/arch/amiga/conf/files.amiga
--- a/sys/arch/amiga/conf/files.amiga   Sat May 07 04:38:09 2022 +0000
+++ b/sys/arch/amiga/conf/files.amiga   Sat May 07 04:40:01 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amiga,v 1.183 2020/03/07 20:27:54 is Exp $
+#      $NetBSD: files.amiga,v 1.184 2022/05/07 04:40:01 msaitoh Exp $
 
 # maxpartitions must be first item in files.${ARCH}.newconf
 maxpartitions 16                       # NOTE THAT AMIGA IS SPECIAL!
@@ -324,7 +324,7 @@
 
 include        "dev/scsipi/files.scsipi"
 
-# wd 33c93 contrllers
+# wd 33c93 controllers
 define sbic
 file   arch/amiga/dev/sbic.c           sbic
 
diff -r 19b807f7a17e -r 1d6c8d8f0469 sys/arch/amigappc/conf/files.amigappc
--- a/sys/arch/amigappc/conf/files.amigappc     Sat May 07 04:38:09 2022 +0000
+++ b/sys/arch/amigappc/conf/files.amigappc     Sat May 07 04:40:01 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amigappc,v 1.31 2019/05/08 13:40:14 isaki Exp $
+#      $NetBSD: files.amigappc,v 1.32 2022/05/07 04:40:02 msaitoh Exp $
 
 # maxpartitions must be first item in files.${ARCH}.newconf
 maxpartitions 16                       # NOTE THAT AMIGA IS SPECIAL!
@@ -294,7 +294,7 @@
 
 include "dev/scsipi/files.scsipi"
 
-# wd 33c93 contrllers
+# wd 33c93 controllers
 define sbic
 file   arch/amiga/dev/sbic.c           sbic
 
diff -r 19b807f7a17e -r 1d6c8d8f0469 sys/dev/ic/mfi.c
--- a/sys/dev/ic/mfi.c  Sat May 07 04:38:09 2022 +0000
+++ b/sys/dev/ic/mfi.c  Sat May 07 04:40:01 2022 +0000
@@ -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 @@
 
        /*
         * 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 ==



Home | Main Index | Thread Index | Old Index