Module Name: src
Committed By: andvar
Date: Tue Jul 26 19:49:32 UTC 2022
Modified Files:
src/sys/arch/sh3/include: profile.h
src/tests/sys/uvm: t_uvm_physseg.c t_uvm_physseg_load.c
Log Message:
s/fucntion/function/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sh3/include/profile.h
cvs rdiff -u -r1.10 -r1.11 src/tests/sys/uvm/t_uvm_physseg.c
cvs rdiff -u -r1.2 -r1.3 src/tests/sys/uvm/t_uvm_physseg_load.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sh3/include/profile.h
diff -u src/sys/arch/sh3/include/profile.h:1.5 src/sys/arch/sh3/include/profile.h:1.6
--- src/sys/arch/sh3/include/profile.h:1.5 Thu Oct 26 23:54:28 2006
+++ src/sys/arch/sh3/include/profile.h Tue Jul 26 19:49:32 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: profile.h,v 1.5 2006/10/26 23:54:28 uwe Exp $ */
+/* $NetBSD: profile.h,v 1.6 2022/07/26 19:49:32 andvar Exp $ */
/*-
* Copyright (c) 2000 Tsubai Masanari. All rights reserved.
@@ -58,7 +58,7 @@ __mcount: \n\
mov.l @r15+, r7 \n\
mov.l @r15+, r6 \n\
mov.l @r15+, r5 \n\
- jmp @r0 ! real fucntion \n\
+ jmp @r0 ! real function \n\
mov.l @r15+, r4 \n\
\n\
.align 2 \n\
Index: src/tests/sys/uvm/t_uvm_physseg.c
diff -u src/tests/sys/uvm/t_uvm_physseg.c:1.10 src/tests/sys/uvm/t_uvm_physseg.c:1.11
--- src/tests/sys/uvm/t_uvm_physseg.c:1.10 Fri Sep 3 22:33:18 2021
+++ src/tests/sys/uvm/t_uvm_physseg.c Tue Jul 26 19:49:32 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: t_uvm_physseg.c,v 1.10 2021/09/03 22:33:18 andvar Exp $ */
+/* $NetBSD: t_uvm_physseg.c,v 1.11 2022/07/26 19:49:32 andvar Exp $ */
/*-
* Copyright (c) 2015, 2016 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_uvm_physseg.c,v 1.10 2021/09/03 22:33:18 andvar Exp $");
+__RCSID("$NetBSD: t_uvm_physseg.c,v 1.11 2022/07/26 19:49:32 andvar Exp $");
/*
* If this line is commented out tests related to uvm_physseg_get_pmseg()
@@ -228,7 +228,7 @@ uvmpdpol_reinit(void)
#define PAGE_COUNT_1M 256
/*
- * A debug fucntion to print the content of upm.
+ * A debug function to print the content of upm.
*/
static inline void
uvm_physseg_dump_seg(uvm_physseg_t upm)
Index: src/tests/sys/uvm/t_uvm_physseg_load.c
diff -u src/tests/sys/uvm/t_uvm_physseg_load.c:1.2 src/tests/sys/uvm/t_uvm_physseg_load.c:1.3
--- src/tests/sys/uvm/t_uvm_physseg_load.c:1.2 Thu Dec 22 08:15:20 2016
+++ src/tests/sys/uvm/t_uvm_physseg_load.c Tue Jul 26 19:49:32 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: t_uvm_physseg_load.c,v 1.2 2016/12/22 08:15:20 cherry Exp $ */
+/* $NetBSD: t_uvm_physseg_load.c,v 1.3 2022/07/26 19:49:32 andvar Exp $ */
/*-
* Copyright (c) 2015, 2016 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_uvm_physseg_load.c,v 1.2 2016/12/22 08:15:20 cherry Exp $");
+__RCSID("$NetBSD: t_uvm_physseg_load.c,v 1.3 2022/07/26 19:49:32 andvar Exp $");
/*
* If this line is commented out tests related touvm_physseg_get_pmseg()
@@ -211,7 +211,7 @@ uvmpdpol_reinit(void)
#define PF_STEP 8
/*
- * A debug fucntion to print the content of upm.
+ * A debug function to print the content of upm.
*/
static inline void
uvm_physseg_dump_seg(uvm_physseg_t upm)