Module Name:    src
Committed By:   andvar
Date:           Mon Oct  4 20:25:20 UTC 2021

Modified Files:
        src/share/man/man9: ucas.9
        src/sys/arch/vax/vax: subr.S

Log Message:
s/userpsace/userspace/


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/ucas.9
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/vax/vax/subr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/ucas.9
diff -u src/share/man/man9/ucas.9:1.6 src/share/man/man9/ucas.9:1.7
--- src/share/man/man9/ucas.9:1.6	Mon Oct  4 14:35:20 2021
+++ src/share/man/man9/ucas.9	Mon Oct  4 20:25:20 2021
@@ -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 @@ load-locked / store-conditional code seq
 .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

Index: src/sys/arch/vax/vax/subr.S
diff -u src/sys/arch/vax/vax/subr.S:1.38 src/sys/arch/vax/vax/subr.S:1.39
--- src/sys/arch/vax/vax/subr.S:1.38	Tue Jun 30 16:20:02 2020
+++ src/sys/arch/vax/vax/subr.S	Mon Oct  4 20:25:20 2021
@@ -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 @@ ENTRY(copyoutstr, 0)
 	.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 */

Reply via email to