summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-05-12 16:43:26 +0000
committereadler <eadler@FreeBSD.org>2013-05-12 16:43:26 +0000
commit6907881cb814953c545475a8a63e3afc402bd547 (patch)
tree934de69485eb14f423c724379ef3b6adc9c60b56 /sys/ufs
parent08da0b8fad46087c0267f23830241099ae459fa5 (diff)
downloadFreeBSD-src-6907881cb814953c545475a8a63e3afc402bd547.zip
FreeBSD-src-6907881cb814953c545475a8a63e3afc402bd547.tar.gz
Fix several typos
PR: kern/176054 Submitted by: Christoph Mallon <christoph.mallon@gmx.de> MFC after: 3 days
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_balloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_balloc.c b/sys/ufs/ffs/ffs_balloc.c
index c57c5e3..1e809bb 100644
--- a/sys/ufs/ffs/ffs_balloc.c
+++ b/sys/ufs/ffs/ffs_balloc.c
@@ -1011,7 +1011,7 @@ fail:
* We have to sync it at the end so that the soft updates 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 is ignored as we already
+ * occurrence. The error return from fsync is ignored as we already
* have an error to return to the user.
*
* XXX Still have to journal the free below
OpenPOWER on IntegriCloud