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/artifical/artificial/ in comments.



details:   https://anonhg.NetBSD.org/src/rev/c024972caacb
branches:  trunk
changeset: 366285:c024972caacb
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sat May 21 19:07:23 2022 +0000

description:
s/artifical/artificial/ in comments.

diffstat:

 sys/arch/arm/omap/omap_edma.c |  6 +++---
 sys/arch/arm/ti/ti_edma.c     |  6 +++---
 sys/dev/ic/scmdreg.h          |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 6c0c977baec3 -r c024972caacb sys/arch/arm/omap/omap_edma.c
--- a/sys/arch/arm/omap/omap_edma.c     Sat May 21 19:02:14 2022 +0000
+++ b/sys/arch/arm/omap/omap_edma.c     Sat May 21 19:07:23 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: omap_edma.c,v 1.5 2021/09/16 22:19:10 andvar Exp $ */
+/* $NetBSD: omap_edma.c,v 1.6 2022/05/21 19:07:23 andvar Exp $ */
 
 /*-
  * Copyright (c) 2014 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap_edma.c,v 1.5 2021/09/16 22:19:10 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap_edma.c,v 1.6 2022/05/21 19:07:23 andvar Exp $");
 
 #include "opt_omap.h"
 
@@ -383,7 +383,7 @@
 }
 
 /*
- * Allocate a PaRAM entry. The driver artifically restricts the number
+ * Allocate a PaRAM entry. The driver artificially restricts the number
  * of PaRAM entries available for each channel to MAX_PARAM_PER_CHANNEL.
  * If the number of entries for the channel has been exceeded, or there
  * are no entries available, 0xffff is returned.
diff -r 6c0c977baec3 -r c024972caacb sys/arch/arm/ti/ti_edma.c
--- a/sys/arch/arm/ti/ti_edma.c Sat May 21 19:02:14 2022 +0000
+++ b/sys/arch/arm/ti/ti_edma.c Sat May 21 19:07:23 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ti_edma.c,v 1.4 2021/09/16 22:19:10 andvar Exp $ */
+/* $NetBSD: ti_edma.c,v 1.5 2022/05/21 19:07:23 andvar Exp $ */
 
 /*-
  * Copyright (c) 2014 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ti_edma.c,v 1.4 2021/09/16 22:19:10 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ti_edma.c,v 1.5 2022/05/21 19:07:23 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -353,7 +353,7 @@
 }
 
 /*
- * Allocate a PaRAM entry. The driver artifically restricts the number
+ * Allocate a PaRAM entry. The driver artificially restricts the number
  * of PaRAM entries available for each channel to MAX_PARAM_PER_CHANNEL.
  * If the number of entries for the channel has been exceeded, or there
  * are no entries available, 0xffff is returned.
diff -r 6c0c977baec3 -r c024972caacb sys/dev/ic/scmdreg.h
--- a/sys/dev/ic/scmdreg.h      Sat May 21 19:02:14 2022 +0000
+++ b/sys/dev/ic/scmdreg.h      Sat May 21 19:07:23 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scmdreg.h,v 1.1 2021/12/07 17:39:54 brad Exp $ */
+/*     $NetBSD: scmdreg.h,v 1.2 2022/05/21 19:07:23 andvar Exp $       */
 
 /*
  * Copyright (c) 2021 Brad Spencer <brad%anduin.eldar.org@localhost>
@@ -224,7 +224,7 @@
 #define SCMD_REG_SIZE                  0x7F /* Size of the register space including the holes */
 #define SCMD_REMOTE_ADDR_LOW           0x50 /* The first remote I2C addreess */
 #define SCMD_REMOTE_ADDR_HIGH          0x5F /* The last remote I2C address */
-#define SCMD_HOLE_VALUE                        0x55 /* Artifical value on read for a hole register */
+#define SCMD_HOLE_VALUE                        0x55 /* Artificial value on read for a hole register */
 #define SCMD_IS_HOLE(r) \
 ((r >= SCMD_REG_HOLE_1_LOW && r <= SCMD_REG_HOLE_1_HIGH) || \
     (r >= SCMD_REG_HOLE_2_LOW && r <= SCMD_REG_HOLE_2_HIGH))



Home | Main Index | Thread Index | Old Index