Typo in comment.

This commit is contained in:
skrll 2013-01-31 21:57:39 +00:00
parent 8e2baacbf1
commit aa0d4ee3b5

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.248 2013/01/19 00:15:09 matt Exp $ */
/* $NetBSD: pmap.c,v 1.249 2013/01/31 21:57:39 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@ -212,7 +212,7 @@
#include <arm/cpuconf.h>
#include <arm/arm32/katelib.h>
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.248 2013/01/19 00:15:09 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.249 2013/01/31 21:57:39 skrll Exp $");
#ifdef PMAP_DEBUG
@ -823,7 +823,7 @@ do { \
/*
* main pv_entry manipulation functions:
* pmap_enter_pv: enter a mapping onto a vm_page list
* pmap_remove_pv: remove a mappiing from a vm_page list
* pmap_remove_pv: remove a mapping from a vm_page list
*
* NOTE: pmap_enter_pv expects to lock the pvh itself
* pmap_remove_pv expects te caller to lock the pvh before calling