fs/ext2fs: spelling fixes on comment.

No functional change.
This commit is contained in:
Pedro F. Giffuni 2016-04-29 20:45:50 +00:00
parent 08e941833d
commit 91a25a7d6d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298805

View File

@ -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.