diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-27 16:22:15 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-27 16:22:15 +0000 |
commit | 245db5a41f9169790fdca278ce21fafcf86e0c88 (patch) | |
tree | 6781af9f23ceff505e40794a72fefc72863f57ce /sys/ufs/ffs/ffs_balloc.c | |
parent | 9f520cd77cf5af190ae0c0fe2bd068102a1e3fb5 (diff) |
typos; ok jmc@
sys/dev/pci/pciide.c from naddy@
Diffstat (limited to 'sys/ufs/ffs/ffs_balloc.c')
-rw-r--r-- | sys/ufs/ffs/ffs_balloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ufs/ffs/ffs_balloc.c b/sys/ufs/ffs/ffs_balloc.c index 0721bcbcd3c..2d6518c079c 100644 --- a/sys/ufs/ffs/ffs_balloc.c +++ b/sys/ufs/ffs/ffs_balloc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_balloc.c,v 1.34 2007/06/01 18:54:27 pedro Exp $ */ +/* $OpenBSD: ffs_balloc.c,v 1.35 2007/11/27 16:22:14 martynas Exp $ */ /* $NetBSD: ffs_balloc.c,v 1.3 1996/02/09 22:22:21 christos Exp $ */ /* @@ -394,7 +394,7 @@ fail: * dependencies so that we do not leave them dangling. We have to sync * it at the end so that the softdep code does not find any untracked * changes. Although this is really slow, running out of disk space is - * not expected to be a common occurence. The error return from fsync + * not expected to be a common occurrence. The error return from fsync * is ignored as we already have an error to return to the user. */ VOP_FSYNC(vp, p->p_ucred, MNT_WAIT, p); @@ -804,7 +804,7 @@ fail: * dependencies so that we do not leave them dangling. We have to sync * it at the end so that the softdep code does not find any untracked * changes. Although this is really slow, running out of disk space is - * not expected to be a common occurence. The error return from fsync + * not expected to be a common occurrence. The error return from fsync * is ignored as we already have an error to return to the user. */ VOP_FSYNC(vp, p->p_ucred, MNT_WAIT, p); |