Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/sys/uvm s/fucntion/function/ in comments.
details: https://anonhg.NetBSD.org/src/rev/37f00eb9339d
branches: trunk
changeset: 368675:37f00eb9339d
user: andvar <andvar%NetBSD.org@localhost>
date: Tue Jul 26 19:49:32 2022 +0000
description:
s/fucntion/function/ in comments.
diffstat:
sys/arch/sh3/include/profile.h | 4 ++--
tests/sys/uvm/t_uvm_physseg.c | 6 +++---
tests/sys/uvm/t_uvm_physseg_load.c | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (72 lines):
diff -r 9fe39483e951 -r 37f00eb9339d sys/arch/sh3/include/profile.h
--- a/sys/arch/sh3/include/profile.h Tue Jul 26 19:32:25 2022 +0000
+++ b/sys/arch/sh3/include/profile.h Tue Jul 26 19:49:32 2022 +0000
@@ -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 @@
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\
diff -r 9fe39483e951 -r 37f00eb9339d tests/sys/uvm/t_uvm_physseg.c
--- a/tests/sys/uvm/t_uvm_physseg.c Tue Jul 26 19:32:25 2022 +0000
+++ b/tests/sys/uvm/t_uvm_physseg.c Tue Jul 26 19:49:32 2022 +0000
@@ -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 @@
#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)
diff -r 9fe39483e951 -r 37f00eb9339d tests/sys/uvm/t_uvm_physseg_load.c
--- a/tests/sys/uvm/t_uvm_physseg_load.c Tue Jul 26 19:32:25 2022 +0000
+++ b/tests/sys/uvm/t_uvm_physseg_load.c Tue Jul 26 19:49:32 2022 +0000
@@ -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 @@
#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)
Home |
Main Index |
Thread Index |
Old Index