diff options
author | pfg <pfg@FreeBSD.org> | 2016-04-29 20:45:50 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-04-29 20:45:50 +0000 |
commit | 9c151ad3217629d12fe291027e5f4c831d397025 (patch) | |
tree | c8012acfa4c5217b7acd641cd34c49364437b583 | |
parent | 6ac8bdb320dbcddf02869d4083d82202120b0e16 (diff) | |
download | FreeBSD-src-9c151ad3217629d12fe291027e5f4c831d397025.zip FreeBSD-src-9c151ad3217629d12fe291027e5f4c831d397025.tar.gz |
fs/ext2fs: spelling fixes on comment.
No functional change.
-rw-r--r-- | sys/fs/ext2fs/ext2_inode.c | 2 |
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. |