aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-05-12 16:43:26 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-05-12 16:43:26 +0000
commita164074fc480463f38fc06e8e3cca228fbef2125 (patch)
tree934de69485eb14f423c724379ef3b6adc9c60b56 /sys/ufs
parentd02e5a206dab6481cd1a2fa12560849dd178c6d8 (diff)
Notes
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 c57c5e332c2b..1e809bbdfa03 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