Minor typo fix, noticed while I was going through *_pager.c files.

This commit is contained in:
keramida 2007-04-10 12:34:51 +00:00
parent 3b6a1f4e2a
commit f572f4ce6a

View File

@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_page.h> #include <vm/vm_page.h>
#include <vm/vm_pager.h> #include <vm/vm_pager.h>
/* prevent concurrant creation races */ /* prevent concurrent creation races */
static int phys_pager_alloc_lock; static int phys_pager_alloc_lock;
/* list of device pager objects */ /* list of device pager objects */
static struct pagerlst phys_pager_object_list; static struct pagerlst phys_pager_object_list;