Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/userpsace/userspace/
details: https://anonhg.NetBSD.org/src/rev/9a5528cb21f0
branches: trunk
changeset: 988225:9a5528cb21f0
user: andvar <andvar%NetBSD.org@localhost>
date: Mon Oct 04 20:25:20 2021 +0000
description:
s/userpsace/userspace/
diffstat:
share/man/man9/ucas.9 | 4 ++--
sys/arch/vax/vax/subr.S | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 2998d105b072 -r 9a5528cb21f0 share/man/man9/ucas.9
--- a/share/man/man9/ucas.9 Mon Oct 04 18:16:48 2021 +0000
+++ b/share/man/man9/ucas.9 Mon Oct 04 20:25:20 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ucas.9,v 1.6 2021/10/04 14:35:20 andvar Exp $
+.\" $NetBSD: ucas.9,v 1.7 2021/10/04 20:25:20 andvar Exp $
.\"
.\" Copyright (c) 2019 Jason R. Thorpe.
.\" Copyright (c) 2011 YAMAMOTO Takashi,
@@ -105,7 +105,7 @@
.It
Can be used on uniprocessor and multiprocessor systems.
.It
-Can operate across the kernel-userpsace boundary.
+Can operate across the kernel-userspace boundary.
.El
.Pp
If
diff -r 2998d105b072 -r 9a5528cb21f0 sys/arch/vax/vax/subr.S
--- a/sys/arch/vax/vax/subr.S Mon Oct 04 18:16:48 2021 +0000
+++ b/sys/arch/vax/vax/subr.S Mon Oct 04 20:25:20 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr.S,v 1.38 2020/06/30 16:20:02 maxv Exp $ */
+/* $NetBSD: subr.S,v 1.39 2021/10/04 20:25:20 andvar Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -505,7 +505,7 @@
.align 2
#define UFETCHSTORE_PROLOGUE \
- tstl 4(%ap) /* uaddr in userpsace? */ ;\
+ tstl 4(%ap) /* uaddr in userspace? */ ;\
blss 1f /* nope, fault */ ;\
mfpr $PR_ESP,%r1 /* &pcb_onfault is in ESP */ ;\
movab 2f,(%r1) /* set pcb_onfault */
Home |
Main Index |
Thread Index |
Old Index