Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Typo in a comment
details: https://anonhg.NetBSD.org/src/rev/7b13b8d42c8a
branches: trunk
changeset: 938532:7b13b8d42c8a
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Sep 10 17:26:38 2020 +0000
description:
Typo in a comment
diffstat:
sys/arch/mips/mips/pmap_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 01507f61379c -r 7b13b8d42c8a sys/arch/mips/mips/pmap_machdep.c
--- a/sys/arch/mips/mips/pmap_machdep.c Thu Sep 10 15:17:23 2020 +0000
+++ b/sys/arch/mips/mips/pmap_machdep.c Thu Sep 10 17:26:38 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_machdep.c,v 1.29 2020/08/18 11:21:25 simonb Exp $ */
+/* $NetBSD: pmap_machdep.c,v 1.30 2020/09/10 17:26:38 skrll Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_machdep.c,v 1.29 2020/08/18 11:21:25 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_machdep.c,v 1.30 2020/09/10 17:26:38 skrll Exp $");
/*
* Manages physical address maps.
@@ -398,7 +398,7 @@
/* XXX: else runs out of space on 256MB sbmips!! */
sysmap_size += 20000;
#endif
- /* Rounup to a even number of pte page tables */
+ /* Roundup to a even number of pte page tables */
sysmap_size = (sysmap_size + NPTEPG - 1) & -NPTEPG;
/*
Home |
Main Index |
Thread Index |
Old Index