Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch s/entrace/entrance/ in copy pasted comment.
details: https://anonhg.NetBSD.org/src/rev/715358d5ff3b
branches: trunk
changeset: 366386:715358d5ff3b
user: andvar <andvar%NetBSD.org@localhost>
date: Tue May 24 19:55:09 2022 +0000
description:
s/entrace/entrance/ in copy pasted comment.
diffstat:
sys/arch/arm/arm32/bus_dma.c | 6 +++---
sys/arch/atari/atari/bus.c | 6 +++---
sys/arch/vax/vax/bus_dma.c | 6 +++---
sys/arch/x68k/x68k/bus.c | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diffs (108 lines):
diff -r d0813bd436f3 -r 715358d5ff3b sys/arch/arm/arm32/bus_dma.c
--- a/sys/arch/arm/arm32/bus_dma.c Tue May 24 19:37:39 2022 +0000
+++ b/sys/arch/arm/arm32/bus_dma.c Tue May 24 19:55:09 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dma.c,v 1.135 2022/02/06 22:21:25 mrg Exp $ */
+/* $NetBSD: bus_dma.c,v 1.136 2022/05/24 19:55:10 andvar Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2020 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
#include "opt_cputypes.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.135 2022/02/06 22:21:25 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.136 2022/05/24 19:55:10 andvar Exp $");
#include <sys/param.h>
@@ -1626,7 +1626,7 @@
/*
* Utility function to load a linear buffer. lastaddrp holds state
* between invocations (for multiple-buffer loads). segp contains
- * the starting segment on entrace, and the ending segment on exit.
+ * the starting segment on entrance, and the ending segment on exit.
* first indicates if this is the first invocation of this function.
*/
int
diff -r d0813bd436f3 -r 715358d5ff3b sys/arch/atari/atari/bus.c
--- a/sys/arch/atari/atari/bus.c Tue May 24 19:37:39 2022 +0000
+++ b/sys/arch/atari/atari/bus.c Tue May 24 19:55:09 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.c,v 1.61 2021/01/03 17:42:10 thorpej Exp $ */
+/* $NetBSD: bus.c,v 1.62 2022/05/24 19:55:10 andvar Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#include "opt_m68k_arch.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.61 2021/01/03 17:42:10 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.62 2022/05/24 19:55:10 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -897,7 +897,7 @@
/*
* Utility function to load a linear buffer. lastaddrp holds state
* between invocations (for multiple-buffer loads). segp contains
- * the starting segment on entrace, and the ending segment on exit.
+ * the starting segment on entrance, and the ending segment on exit.
* first indicates if this is the first invocation of this function.
*/
static int
diff -r d0813bd436f3 -r 715358d5ff3b sys/arch/vax/vax/bus_dma.c
--- a/sys/arch/vax/vax/bus_dma.c Tue May 24 19:37:39 2022 +0000
+++ b/sys/arch/vax/vax/bus_dma.c Tue May 24 19:55:09 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dma.c,v 1.36 2020/11/21 22:37:11 thorpej Exp $ */
+/* $NetBSD: bus_dma.c,v 1.37 2022/05/24 19:55:09 andvar Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.36 2020/11/21 22:37:11 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.37 2022/05/24 19:55:09 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -541,7 +541,7 @@
/*
* Utility function to load a linear buffer. lastaddrp holds state
* between invocations (for multiple-buffer loads). segp contains
- * the starting segment on entrace, and the ending segment on exit.
+ * the starting segment on entrance, and the ending segment on exit.
* first indicates if this is the first invocation of this function.
*/
int
diff -r d0813bd436f3 -r 715358d5ff3b sys/arch/x68k/x68k/bus.c
--- a/sys/arch/x68k/x68k/bus.c Tue May 24 19:37:39 2022 +0000
+++ b/sys/arch/x68k/x68k/bus.c Tue May 24 19:55:09 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.c,v 1.36 2012/10/02 23:54:54 christos Exp $ */
+/* $NetBSD: bus.c,v 1.37 2022/05/24 19:55:09 andvar Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
#include "opt_m68k_arch.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.36 2012/10/02 23:54:54 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.37 2022/05/24 19:55:09 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -473,7 +473,7 @@
/*
* Utility function to load a linear buffer. lastaddrp holds state
* between invocations (for multiple-buffer loads). segp contains
- * the starting segment on entrace, and the ending segment on exit.
+ * the starting segment on entrance, and the ending segment on exit.
* first indicates if this is the first invocation of this function.
*/
int
Home |
Main Index |
Thread Index |
Old Index