summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-05 06:59:30 +0000
committereadler <eadler@FreeBSD.org>2018-03-05 06:59:30 +0000
commita03b84a5a391a1d6f60842fcf412a26328b53a6b (patch)
tree2e3d1e48bbd6bfce09b0a74f9b2eb03a21ef77aa /sys/ufs
parent804a8b0a21d8d6b8e287fade30e1e346076ddaeb (diff)
downloadFreeBSD-src-a03b84a5a391a1d6f60842fcf412a26328b53a6b.zip
FreeBSD-src-a03b84a5a391a1d6f60842fcf412a26328b53a6b.tar.gz
MFC r327231,r327232:
kernel: Fix several typos and minor errors lib: Fix several typos and minor errors - duplicate words - typos - references to old versions of FreeBSD
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_softdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c
index 6c82e6c..cd8da6c 100644
--- a/sys/ufs/ffs/ffs_softdep.c
+++ b/sys/ufs/ffs/ffs_softdep.c
@@ -6900,7 +6900,7 @@ softdep_setup_freeblocks(ip, length, flags)
UFS_UNLOCK(ump);
DIP_SET(ip, i_blocks, DIP(ip, i_blocks) - datablocks);
/*
- * Push the zero'ed inode to to its disk buffer so that we are free
+ * Push the zero'ed inode to its disk buffer so that we are free
* to delete its dependencies below. Once the dependencies are gone
* the buffer can be safely released.
*/
OpenPOWER on IntegriCloud