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

This commit is contained in:
Giorgos Keramidas 2007-04-10 12:34:51 +00:00
parent 204542dd4c
commit a52da38f26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168581

View File

@ -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;