summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-05-21 19:07:23 +0000
committerandvar <andvar@NetBSD.org>2022-05-21 19:07:23 +0000
commit1feede8c077d129b6f44b468c7964d0272e4e617 (patch)
tree8b1c0983639f2600b2b7ec1efc3841b7f01b8c7e /sys/dev
parent84572dc55ac3543d7392d73169c8bb1053598759 (diff)
s/artifical/artificial/ in comments.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/scmdreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/scmdreg.h b/sys/dev/ic/scmdreg.h
index f97fe32ae09..1005dc4cc6c 100644
--- a/sys/dev/ic/scmdreg.h
+++ b/sys/dev/ic/scmdreg.h
@@ -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>
@@ -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))