Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm Fix a tyop.
details: https://anonhg.NetBSD.org/src/rev/33004a85702c
branches: trunk
changeset: 565352:33004a85702c
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Apr 05 01:39:07 2004 +0000
description:
Fix a tyop.
diffstat:
sys/uvm/uvm_aobj.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 007cb10607ce -r 33004a85702c sys/uvm/uvm_aobj.c
--- a/sys/uvm/uvm_aobj.c Sun Apr 04 23:41:23 2004 +0000
+++ b/sys/uvm/uvm_aobj.c Mon Apr 05 01:39:07 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_aobj.c,v 1.62 2004/03/24 07:55:01 junyoung Exp $ */
+/* $NetBSD: uvm_aobj.c,v 1.63 2004/04/05 01:39:07 simonb Exp $ */
/*
* Copyright (c) 1998 Chuck Silvers, Charles D. Cranor and
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_aobj.c,v 1.62 2004/03/24 07:55:01 junyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_aobj.c,v 1.63 2004/04/05 01:39:07 simonb Exp $");
#include "opt_uvmhist.h"
@@ -580,7 +580,7 @@
simple_lock_init(&uao_list_lock);
/*
- * NOTE: Pages fror this pool must not come from a pageable
+ * NOTE: Pages for this pool must not come from a pageable
* kernel map!
*/
Home |
Main Index |
Thread Index |
Old Index