Module Name: src Committed By: andvar Date: Mon Dec 27 23:04:20 UTC 2021
Modified Files: src/sys/arch/arm/imx: imx31_intr.h src/sys/arch/hpcsh/dev/hd64465: hd64465reg.h src/sys/dev/i2c: files.i2c Log Message: fix few typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/imx/imx31_intr.h cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hpcsh/dev/hd64465/hd64465reg.h cvs rdiff -u -r1.120 -r1.121 src/sys/dev/i2c/files.i2c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/imx/imx31_intr.h diff -u src/sys/arch/arm/imx/imx31_intr.h:1.4 src/sys/arch/arm/imx/imx31_intr.h:1.5 --- src/sys/arch/arm/imx/imx31_intr.h:1.4 Fri Sep 24 08:07:40 2021 +++ src/sys/arch/arm/imx/imx31_intr.h Mon Dec 27 23:04:19 2021 @@ -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) */ Index: src/sys/arch/hpcsh/dev/hd64465/hd64465reg.h diff -u src/sys/arch/hpcsh/dev/hd64465/hd64465reg.h:1.2 src/sys/arch/hpcsh/dev/hd64465/hd64465reg.h:1.3 --- src/sys/arch/hpcsh/dev/hd64465/hd64465reg.h:1.2 Mon Apr 28 20:23:22 2008 +++ src/sys/arch/hpcsh/dev/hd64465/hd64465reg.h Mon Dec 27 23:04:20 2021 @@ -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 Index: src/sys/dev/i2c/files.i2c diff -u src/sys/dev/i2c/files.i2c:1.120 src/sys/dev/i2c/files.i2c:1.121 --- src/sys/dev/i2c/files.i2c:1.120 Tue Dec 7 17:39:54 2021 +++ src/sys/dev/i2c/files.i2c Mon Dec 27 23:04:20 2021 @@ -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 @@ device lmtemp: sysmon_envsys 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