Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm Correct a comment.
details: https://anonhg.NetBSD.org/src/rev/5c0fb60b71eb
branches: trunk
changeset: 474476:5c0fb60b71eb
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Jul 08 00:52:45 1999 +0000
description:
Correct a comment.
diffstat:
sys/uvm/uvm_mmap.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 3fd48b5ace66 -r 5c0fb60b71eb sys/uvm/uvm_mmap.c
--- a/sys/uvm/uvm_mmap.c Thu Jul 08 00:45:23 1999 +0000
+++ b/sys/uvm/uvm_mmap.c Thu Jul 08 00:52:45 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_mmap.c,v 1.29 1999/07/07 06:02:22 thorpej Exp $ */
+/* $NetBSD: uvm_mmap.c,v 1.30 1999/07/08 00:52:45 thorpej Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -893,8 +893,7 @@
/*
* These pages contain no valid data, and may be
* grbage-collected. Toss all resources, including
- * backing store; note that if the page is not backed
- * by swap, it will be cleaned first, for good measure.
+ * any swap space in use.
*/
rv = uvm_map_clean(&p->p_vmspace->vm_map, addr, addr + size,
PGO_FREE);
Home |
Main Index |
Thread Index |
Old Index