mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Minor typo fix, noticed while I was going through *_pager.c files.
This commit is contained in:
parent
204542dd4c
commit
a52da38f26
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <vm/vm_page.h>
|
||||
#include <vm/vm_pager.h>
|
||||
|
||||
/* prevent concurrant creation races */
|
||||
/* prevent concurrent creation races */
|
||||
static int phys_pager_alloc_lock;
|
||||
/* list of device pager objects */
|
||||
static struct pagerlst phys_pager_object_list;
|
||||
|
|
|
|||
Loading…
Reference in a new issue