Module Name:    src
Committed By:   msaitoh
Date:           Wed Nov 10 15:39:03 UTC 2021

Modified Files:
        src/sys/arch/mips/mips: mips_mcclock.c
        src/sys/dev/i2c: i2cmux.c

Log Message:
s/acutal/actual/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mips/mips/mips_mcclock.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/i2cmux.c

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/mips/mips/mips_mcclock.c
diff -u src/sys/arch/mips/mips/mips_mcclock.c:1.19 src/sys/arch/mips/mips/mips_mcclock.c:1.20
--- src/sys/arch/mips/mips/mips_mcclock.c:1.19	Sun Feb 20 07:45:48 2011
+++ src/sys/arch/mips/mips/mips_mcclock.c	Wed Nov 10 15:39:03 2021
@@ -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 @@ mc_cpuspeed(vaddr_t mcclock_addr, int cp
 
 
 /*
- * 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.

Index: src/sys/dev/i2c/i2cmux.c
diff -u src/sys/dev/i2c/i2cmux.c:1.6 src/sys/dev/i2c/i2cmux.c:1.7
--- src/sys/dev/i2c/i2cmux.c:1.6	Sat Aug  7 16:19:11 2021
+++ src/sys/dev/i2c/i2cmux.c	Wed Nov 10 15:39:03 2021
@@ -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 @@ iicmux_count_children(struct iicmux_soft
 		}
 		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.
 			 */

Reply via email to