diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-05-20 19:54:01 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-05-20 19:54:01 +0000 |
| commit | 1410091b4e80a36069ca2dcd9e32eef511dfaee6 (patch) | |
| tree | f26453d3bcc49c9567e47ed8fec3bbf82083b0be | |
| parent | 20a98cb524d3dff0bb87e2ef09fb7639f53c4459 (diff) | |
Clean up a comment.
| -rw-r--r-- | sys/uvm/uvm_pglist.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/uvm/uvm_pglist.c b/sys/uvm/uvm_pglist.c index 957a5d14e1f..73451ace24e 100644 --- a/sys/uvm/uvm_pglist.c +++ b/sys/uvm/uvm_pglist.c @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_pglist.c,v 1.9 2000/04/24 17:12:01 thorpej Exp $ */ +/* $NetBSD: uvm_pglist.c,v 1.10 2000/05/20 19:54:01 thorpej Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -39,9 +39,6 @@ /* * uvm_pglist.c: pglist functions - * - * XXX: was part of uvm_page but has an incompatable copyright so it - * gets its own file now. */ #include <sys/param.h> |
