From 1410091b4e80a36069ca2dcd9e32eef511dfaee6 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 20 May 2000 19:54:01 +0000 Subject: Clean up a comment. --- sys/uvm/uvm_pglist.c | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit