diff options
author | uqs <uqs@FreeBSD.org> | 2012-01-07 16:09:33 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2012-01-07 16:09:33 +0000 |
commit | 5f1ca9b98226dc2417a50af15b77d5a5cfd6837a (patch) | |
tree | fae895b09014d4ae2ae2cdaf825a995dde64c138 /sbin/fsck_ffs/fsck.h | |
parent | 2c7e333641a412e800c1c521ddcb60d9f82e8e46 (diff) | |
download | FreeBSD-src-5f1ca9b98226dc2417a50af15b77d5a5cfd6837a.zip FreeBSD-src-5f1ca9b98226dc2417a50af15b77d5a5cfd6837a.tar.gz |
Spelling fixes for sbin/
Diffstat (limited to 'sbin/fsck_ffs/fsck.h')
-rw-r--r-- | sbin/fsck_ffs/fsck.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/fsck.h b/sbin/fsck_ffs/fsck.h index 4e30a7e..6ac004e 100644 --- a/sbin/fsck_ffs/fsck.h +++ b/sbin/fsck_ffs/fsck.h @@ -220,7 +220,7 @@ struct inodesc { * To check if a block has been found as a duplicate it is only * necessary to search from duplist through muldup. To find the * total number of times that a block has been found as a duplicate - * the entire list must be searched for occurences of the block + * the entire list must be searched for occurrences of the block * in question. The following diagram shows a sample list where * w (found twice), x (found once), y (found three times), and z * (found once) are duplicate block numbers: |