Minor typo nit.

This commit is contained in:
keramida 2008-02-25 19:31:44 +00:00
parent e113f77e8a
commit 41eb7744b1

View File

@ -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)) {