summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vnops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/ffs/ffs_vnops.c')
-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