Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm Spell common correctly in comment. Spotted b...
details: https://anonhg.NetBSD.org/src/rev/cf662e598b2a
branches: trunk
changeset: 997613:cf662e598b2a
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Mar 16 10:45:06 2019 +0000
description:
Spell common correctly in comment. Spotted by jmcneill
diffstat:
sys/arch/evbarm/fdt/fdt_machdep.c | 6 +++---
sys/arch/evbarm/nitrogen6/nitrogen6_machdep.c | 6 +++---
sys/arch/evbarm/zynq/zynq_machdep.c | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r e52410f06ae4 -r cf662e598b2a sys/arch/evbarm/fdt/fdt_machdep.c
--- a/sys/arch/evbarm/fdt/fdt_machdep.c Sat Mar 16 10:13:34 2019 +0000
+++ b/sys/arch/evbarm/fdt/fdt_machdep.c Sat Mar 16 10:45:06 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_machdep.c,v 1.59 2019/03/16 10:05:40 skrll Exp $ */
+/* $NetBSD: fdt_machdep.c,v 1.60 2019/03/16 10:45:06 skrll Exp $ */
/*-
* Copyright (c) 2015-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.59 2019/03/16 10:05:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.60 2019/03/16 10:45:06 skrll Exp $");
#include "opt_machdep.h"
#include "opt_bootconfig.h"
@@ -546,7 +546,7 @@
nfdt_physmem);
/*
- * initarm_commmon flushes cache if required before AP start
+ * initarm_common flushes cache if required before AP start
*/
error = 0;
if ((boothowto & RB_MD1) == 0) {
diff -r e52410f06ae4 -r cf662e598b2a sys/arch/evbarm/nitrogen6/nitrogen6_machdep.c
--- a/sys/arch/evbarm/nitrogen6/nitrogen6_machdep.c Sat Mar 16 10:13:34 2019 +0000
+++ b/sys/arch/evbarm/nitrogen6/nitrogen6_machdep.c Sat Mar 16 10:45:06 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nitrogen6_machdep.c,v 1.16 2019/03/16 10:05:40 skrll Exp $ */
+/* $NetBSD: nitrogen6_machdep.c,v 1.17 2019/03/16 10:45:06 skrll Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nitrogen6_machdep.c,v 1.16 2019/03/16 10:05:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nitrogen6_machdep.c,v 1.17 2019/03/16 10:45:06 skrll Exp $");
#include "opt_evbarm_boardtype.h"
#include "opt_arm_debug.h"
@@ -387,7 +387,7 @@
u_int sp = initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, bp, nbp);
/*
- * initarm_commmon flushes cache if required before AP start
+ * initarm_common flushes cache if required before AP start
*/
VPRINTF("mpstart\n");
nitrogen6_mpstart();
diff -r e52410f06ae4 -r cf662e598b2a sys/arch/evbarm/zynq/zynq_machdep.c
--- a/sys/arch/evbarm/zynq/zynq_machdep.c Sat Mar 16 10:13:34 2019 +0000
+++ b/sys/arch/evbarm/zynq/zynq_machdep.c Sat Mar 16 10:45:06 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: zynq_machdep.c,v 1.9 2019/03/16 10:05:40 skrll Exp $ */
+/* $NetBSD: zynq_machdep.c,v 1.10 2019/03/16 10:45:06 skrll Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zynq_machdep.c,v 1.9 2019/03/16 10:05:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zynq_machdep.c,v 1.10 2019/03/16 10:45:06 skrll Exp $");
#include "opt_evbarm_boardtype.h"
#include "opt_arm_debug.h"
@@ -341,7 +341,7 @@
u_int sp = initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, NULL, 0);
/*
- * initarm_commmon flushes cache if required before AP start
+ * initarm_common flushes cache if required before AP start
*/
VPRINTF("mpstart\n");
zynq_mpstart();
Home |
Main Index |
Thread Index |
Old Index