Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha fix a typo in a comment
details: https://anonhg.NetBSD.org/src/rev/736f27f024e9
branches: trunk
changeset: 449259:736f27f024e9
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Mar 01 04:29:20 2019 +0000
description:
fix a typo in a comment
diffstat:
sys/arch/alpha/alpha/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 81296cff5fcf -r 736f27f024e9 sys/arch/alpha/alpha/pmap.c
--- a/sys/arch/alpha/alpha/pmap.c Fri Mar 01 03:20:50 2019 +0000
+++ b/sys/arch/alpha/alpha/pmap.c Fri Mar 01 04:29:20 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.262 2018/01/27 23:07:36 chs Exp $ */
+/* $NetBSD: pmap.c,v 1.263 2019/03/01 04:29:20 mrg Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001, 2007, 2008 The NetBSD Foundation, Inc.
@@ -140,7 +140,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.262 2018/01/27 23:07:36 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.263 2019/03/01 04:29:20 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -2245,7 +2245,7 @@
* pmap_pageidlezero: [ INTERFACE ]
*
* Page zero'er for the idle loop. Returns true if the
- * page was zero'd, FLASE if we aborted for some reason.
+ * page was zero'd, FALSE if we aborted for some reason.
*/
bool
pmap_pageidlezero(paddr_t pa)
Home |
Main Index |
Thread Index |
Old Index