svn commit: r298805 - head/sys/fs/ext2fs

Pedro F. Giffuni pfg at FreeBSD.org
Fri Apr 29 20:45:51 UTC 2016


Author: pfg
Date: Fri Apr 29 20:45:50 2016
New Revision: 298805
URL: https://svnweb.freebsd.org/changeset/base/298805

Log:
  fs/ext2fs: spelling fixes on comment.
  
  No functional change.

Modified:
  head/sys/fs/ext2fs/ext2_inode.c

Modified: head/sys/fs/ext2fs/ext2_inode.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_inode.c	Fri Apr 29 20:43:51 2016	(r298804)
+++ head/sys/fs/ext2fs/ext2_inode.c	Fri Apr 29 20:45:50 2016	(r298805)
@@ -183,7 +183,7 @@ ext2_truncate(struct vnode *vp, off_t le
 	}
 	/*
 	 * 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.


More information about the svn-src-head mailing list