Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/i2c fix few typos in comments.
details: https://anonhg.NetBSD.org/src/rev/c59ae94b5d6f
branches: trunk
changeset: 1029219:c59ae94b5d6f
user: andvar <andvar%NetBSD.org@localhost>
date: Mon Dec 27 23:04:19 2021 +0000
description:
fix few typos in comments.
diffstat:
sys/arch/arm/imx/imx31_intr.h | 6 +++---
sys/arch/hpcsh/dev/hd64465/hd64465reg.h | 4 ++--
sys/dev/i2c/files.i2c | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (56 lines):
diff -r d672308d81e7 -r c59ae94b5d6f sys/arch/arm/imx/imx31_intr.h
--- a/sys/arch/arm/imx/imx31_intr.h Mon Dec 27 22:57:26 2021 +0000
+++ b/sys/arch/arm/imx/imx31_intr.h Mon Dec 27 23:04:19 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: imx31_intr.h,v 1.4 2021/09/24 08:07:40 skrll Exp $ */
+/* $NetBSD: imx31_intr.h,v 1.5 2021/12/27 23:04:19 andvar Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -88,8 +88,8 @@
#define IRQ_WDOG 55 /* Watchdog Timer */
#define IRQ_GPIO3 56 /* General Purpose I/O 3 */
#define IRQ__RSVD57 57
-#define IRQ_EXT_PWRMGT 58 /* External (power managerment) */
-#define IRQ_EXT_TEMP 59 /* External (Temperture) */
+#define IRQ_EXT_PWRMGT 58 /* External (power management) */
+#define IRQ_EXT_TEMP 59 /* External (Temperature) */
#define IRQ_EXT_SENS2 60 /* External (sensor) */
#define IRQ_EXT_SENS1 61 /* External (sensor) */
#define IRQ_EXT_WDOG 62 /* External (WDOG) */
diff -r d672308d81e7 -r c59ae94b5d6f sys/arch/hpcsh/dev/hd64465/hd64465reg.h
--- a/sys/arch/hpcsh/dev/hd64465/hd64465reg.h Mon Dec 27 22:57:26 2021 +0000
+++ b/sys/arch/hpcsh/dev/hd64465/hd64465reg.h Mon Dec 27 23:04:19 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hd64465reg.h,v 1.2 2008/04/28 20:23:22 martin Exp $ */
+/* $NetBSD: hd64465reg.h,v 1.3 2021/12/27 23:04:20 andvar Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
/*
- * HD64465 power managerment and system configuration register.
+ * HD64465 power management and system configuration register.
*/
/* System Module Standby Register */
#define HD64465_SMSCR 0xb0000000
diff -r d672308d81e7 -r c59ae94b5d6f sys/dev/i2c/files.i2c
--- a/sys/dev/i2c/files.i2c Mon Dec 27 22:57:26 2021 +0000
+++ b/sys/dev/i2c/files.i2c Mon Dec 27 23:04:19 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.i2c,v 1.120 2021/12/07 17:39:54 brad Exp $
+# $NetBSD: files.i2c,v 1.121 2021/12/27 23:04:20 andvar Exp $
obsolete defflag opt_i2cbus.h I2C_SCAN
define i2cbus { }
@@ -106,7 +106,7 @@
attach lmtemp at iic
file dev/i2c/lm75.c lmtemp
-# IST-AG Humidity and Teperature sensor (P14)
+# IST-AG Humidity and Temperature sensor (P14)
device hythygtemp: sysmon_envsys
attach hythygtemp at iic
file dev/i2c/hytp14.c hythygtemp
Home |
Main Index |
Thread Index |
Old Index