From 41eb7744b1006c13e2b2a9ea817ece0ef4f2d363 Mon Sep 17 00:00:00 2001 From: keramida Date: Mon, 25 Feb 2008 19:31:44 +0000 Subject: Minor typo nit. --- sys/ufs/ffs/ffs_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/ufs/ffs') 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)) { -- cgit v1.1