Minor typo fix, noticed while I was going through *_pager.c files.
This commit is contained in:
parent
3b6a1f4e2a
commit
f572f4ce6a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user