Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm Typo in a comment.
details: https://anonhg.NetBSD.org/src/rev/34aefb45318d
branches: trunk
changeset: 758623:34aefb45318d
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu Nov 11 15:51:05 2010 +0000
description:
Typo in a comment.
diffstat:
sys/uvm/uvm_page.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a5524922a723 -r 34aefb45318d sys/uvm/uvm_page.c
--- a/sys/uvm/uvm_page.c Thu Nov 11 15:47:43 2010 +0000
+++ b/sys/uvm/uvm_page.c Thu Nov 11 15:51:05 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_page.c,v 1.159 2010/11/11 15:47:43 uebayasi Exp $ */
+/* $NetBSD: uvm_page.c,v 1.160 2010/11/11 15:51:05 uebayasi Exp $ */
/*
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.159 2010/11/11 15:47:43 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.160 2010/11/11 15:51:05 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_uvmhist.h"
@@ -794,7 +794,7 @@
}
/*
- * check to see if this is a "preload" (i.e. uvm_mem_init hasn't been
+ * check to see if this is a "preload" (i.e. uvm_page_init hasn't been
* called yet, so malloc is not available).
*/
Home |
Main Index |
Thread Index |
Old Index