summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2008-02-25 19:31:44 +0000
committerkeramida <keramida@FreeBSD.org>2008-02-25 19:31:44 +0000
commit41eb7744b1006c13e2b2a9ea817ece0ef4f2d363 (patch)
treef3b55dcdae8b7ab5f6291b17b8788428eb13adba /sys/ufs/ffs
parente113f77e8ac1493b13c478e5b65290c48bfee247 (diff)
downloadFreeBSD-src-41eb7744b1006c13e2b2a9ea817ece0ef4f2d363.zip
FreeBSD-src-41eb7744b1006c13e2b2a9ea817ece0ef4f2d363.tar.gz
Minor typo nit.
Diffstat (limited to 'sys/ufs/ffs')
-rw-r--r--sys/ufs/ffs/ffs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c
index 5ecf053..334308a 100644
--- a/sys/ufs/ffs/ffs_vnops.c
+++ b/sys/ufs/ffs/ffs_vnops.c
@@ -244,7 +244,7 @@ loop:
panic("ffs_fsync: not dirty");
/*
* If this is a synchronous flush request, or it is not a
- * file or device, start the write on this buffer immediatly.
+ * file or device, start the write on this buffer immediately.
*/
if (wait || (vp->v_type != VREG && vp->v_type != VBLK)) {
OpenPOWER on IntegriCloud