Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/i2c s/acutal/actual/ in comment.
details: https://anonhg.NetBSD.org/src/rev/d0f0f22ea5db
branches: trunk
changeset: 1025511:d0f0f22ea5db
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Nov 10 15:39:03 2021 +0000
description:
s/acutal/actual/ in comment.
diffstat:
sys/arch/mips/mips/mips_mcclock.c | 6 +++---
sys/dev/i2c/i2cmux.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 5705dd31efb0 -r d0f0f22ea5db sys/arch/mips/mips/mips_mcclock.c
--- a/sys/arch/mips/mips/mips_mcclock.c Wed Nov 10 15:36:43 2021 +0000
+++ b/sys/arch/mips/mips/mips_mcclock.c Wed Nov 10 15:39:03 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_mcclock.c,v 1.19 2011/02/20 07:45:48 matt Exp $ */
+/* $NetBSD: mips_mcclock.c,v 1.20 2021/11/10 15:39:03 msaitoh Exp $ */
/*
* Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -34,7 +34,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips_mcclock.c,v 1.19 2011/02/20 07:45:48 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_mcclock.c,v 1.20 2021/11/10 15:39:03 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -68,7 +68,7 @@
/*
- * Estimate CPU cycle speed by counting cycles (acutally executions of a
+ * Estimate CPU cycle speed by counting cycles (actually executions of a
* one-line loop) between two adjacent ticks of an mc146818 clock.
* Return loop iteration count so hand-calibrated MD code can
* estimate clock speed from cycles.
diff -r 5705dd31efb0 -r d0f0f22ea5db sys/dev/i2c/i2cmux.c
--- a/sys/dev/i2c/i2cmux.c Wed Nov 10 15:36:43 2021 +0000
+++ b/sys/dev/i2c/i2cmux.c Wed Nov 10 15:39:03 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i2cmux.c,v 1.6 2021/08/07 16:19:11 thorpej Exp $ */
+/* $NetBSD: i2cmux.c,v 1.7 2021/11/10 15:39:03 msaitoh Exp $ */
/*-
* Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i2cmux.c,v 1.6 2021/08/07 16:19:11 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i2cmux.c,v 1.7 2021/11/10 15:39:03 msaitoh Exp $");
#include <sys/types.h>
#include <sys/device.h>
@@ -134,7 +134,7 @@
}
if (strcmp(name, "i2c-mux") == 0) {
/*
- * The node we encountered is the acutal parent
+ * The node we encountered is the actual parent
* of the i2c bus children. Stash its phandle
* and restart the enumeration.
*/
Home |
Main Index |
Thread Index |
Old Index