Module Name:    src
Committed By:   riastradh
Date:           Mon Mar 23 07:59:12 UTC 2015

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

Log Message:
Call these `identities', not `life states'.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/uvm/uvm_page.h

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.h
diff -u src/sys/uvm/uvm_page.h:1.79 src/sys/uvm/uvm_page.h:1.80
--- src/sys/uvm/uvm_page.h:1.79	Sat Mar 21 13:58:31 2015
+++ src/sys/uvm/uvm_page.h	Mon Mar 23 07:59:12 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: uvm_page.h,v 1.79 2015/03/21 13:58:31 riastradh Exp $	*/
+/*	$NetBSD: uvm_page.h,v 1.80 2015/03/23 07:59:12 riastradh Exp $	*/
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -111,7 +111,7 @@
  * UVM and pmap(9) may use uvm_page_locked_p() to assert whether the
  * page owner's lock is acquired.
  *
- * A page can be in one of four life states:
+ * A page can have one of four identities:
  *
  * o free
  *   => pageq.list is entry on global free page queue

Reply via email to