summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-29 20:45:50 +0000
committerpfg <pfg@FreeBSD.org>2016-04-29 20:45:50 +0000
commit9c151ad3217629d12fe291027e5f4c831d397025 (patch)
treec8012acfa4c5217b7acd641cd34c49364437b583 /sys/fs
parent6ac8bdb320dbcddf02869d4083d82202120b0e16 (diff)
downloadFreeBSD-src-9c151ad3217629d12fe291027e5f4c831d397025.zip
FreeBSD-src-9c151ad3217629d12fe291027e5f4c831d397025.tar.gz
fs/ext2fs: spelling fixes on comment.
No functional change.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/ext2fs/ext2_inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_inode.c b/sys/fs/ext2fs/ext2_inode.c
index 36768fb..891cc19 100644
--- a/sys/fs/ext2fs/ext2_inode.c
+++ b/sys/fs/ext2fs/ext2_inode.c
@@ -183,7 +183,7 @@ ext2_truncate(struct vnode *vp, off_t length, int flags, struct ucred *cred,
}
/*
* Shorten the size of the file. If the file is not being
- * truncated to a block boundry, the contents of the
+ * truncated to a block boundary, the contents of the
* partial block following the end of the file must be
* zero'ed in case it ever become accessible again because
* of subsequent file growth.
OpenPOWER on IntegriCloud