One more whitespace nit.

This commit is contained in:
John Baldwin 2008-07-30 21:23:32 +00:00
parent 58bbcf95ef
commit 2c3b410b3a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181024

View File

@ -614,8 +614,6 @@ vm_object_destroy(vm_object_t object)
uma_zfree(obj_zone, object);
}
/*
* vm_object_terminate actually destroys the specified object, freeing
* up all previously used resources.