mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Minor typo nit.
This commit is contained in:
parent
19deb17618
commit
53a5cd3485
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue