aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/phys_pager.c
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2007-04-10 12:34:51 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2007-04-10 12:34:51 +0000
commita52da38f26ced7b13de3280105c8a9ce97573607 (patch)
treeaa165e590be26d47204af05f4b8a5da7fbc0c042 /sys/vm/phys_pager.c
parent204542dd4ce8ce93eb2fe4398408c467e118ce8e (diff)
downloadsrc-a52da38f26ced7b13de3280105c8a9ce97573607.tar.gz
src-a52da38f26ced7b13de3280105c8a9ce97573607.zip
Minor typo fix, noticed while I was going through *_pager.c files.
Notes
Notes: svn path=/head/; revision=168581
Diffstat (limited to 'sys/vm/phys_pager.c')
-rw-r--r--sys/vm/phys_pager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c
index 6d3ef2873be8..8f3fd3af5a79 100644
--- a/sys/vm/phys_pager.c
+++ b/sys/vm/phys_pager.c
@@ -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;