1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Remove a stale comment. Add punctuation to a nearby comment.

This commit is contained in:
Alan Cox 2007-02-17 19:37:00 +00:00
parent aa388b9d49
commit ba000fb2c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166805

View File

@ -474,12 +474,7 @@ vm_page_unhold(vm_page_t mem)
/*
* vm_page_free:
*
* Free a page
*
* The clearing of PG_ZERO is a temporary safety until the code can be
* reviewed to determine that PG_ZERO is being properly cleared on
* write faults or maps. PG_ZERO was previously cleared in
* vm_page_alloc().
* Free a page.
*/
void
vm_page_free(vm_page_t m)