Module Name:    src
Committed By:   uebayasi
Date:           Thu Nov 11 15:51:05 UTC 2010

Modified Files:
        src/sys/uvm: uvm_page.c

Log Message:
Typo in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/sys/uvm/uvm_page.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_page.c
diff -u src/sys/uvm/uvm_page.c:1.159 src/sys/uvm/uvm_page.c:1.160
--- src/sys/uvm/uvm_page.c:1.159	Thu Nov 11 15:47:43 2010
+++ src/sys/uvm/uvm_page.c	Thu Nov 11 15:51:05 2010
@@ -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).
 	 */
 

Reply via email to