summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2012-02-26 19:10:14 +0000
committeralc <alc@FreeBSD.org>2012-02-26 19:10:14 +0000
commit351ef4815894190ed7c1145f74148593a01bc52d (patch)
tree1be49cd56ef0e869ed174a96a3d97fbdbba0d6d1 /sys/kern/vfs_bio.c
parent67bf58b3a27581b27413b33add2c825f06a4c7bb (diff)
downloadFreeBSD-src-351ef4815894190ed7c1145f74148593a01bc52d.zip
FreeBSD-src-351ef4815894190ed7c1145f74148593a01bc52d.tar.gz
Fix typo.
MFC after: 1 week
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index af41f14..c0a80f3 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -3062,7 +3062,7 @@ allocbuf(struct buf *bp, int size)
/*
* We must allocate system pages since blocking
- * here could intefere with paging I/O, no
+ * here could interfere with paging I/O, no
* matter which process we are.
*
* We can only test VPO_BUSY here. Blocking on
OpenPOWER on IntegriCloud