s/acutal/actual/ in comment.
This commit is contained in:
parent
f0d2279d66
commit
50f18f7158
|
@ -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)
|
* Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
#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/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
|
@ -68,7 +68,7 @@ mc_cpuspeed(vaddr_t mcclock_addr, int cpuintmask)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 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.
|
* one-line loop) between two adjacent ticks of an mc146818 clock.
|
||||||
* Return loop iteration count so hand-calibrated MD code can
|
* Return loop iteration count so hand-calibrated MD code can
|
||||||
* estimate clock speed from cycles.
|
* estimate clock speed from cycles.
|
||||||
|
|
|
@ -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.
|
* Copyright (c) 2020 The NetBSD Foundation, Inc.
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#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/types.h>
|
||||||
#include <sys/device.h>
|
#include <sys/device.h>
|
||||||
|
@ -134,7 +134,7 @@ iicmux_count_children(struct iicmux_softc * const sc)
|
||||||
}
|
}
|
||||||
if (strcmp(name, "i2c-mux") == 0) {
|
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
|
* of the i2c bus children. Stash its phandle
|
||||||
* and restart the enumeration.
|
* and restart the enumeration.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue