Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2016 20:45:50 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298805 - head/sys/fs/ext2fs
Message-ID:  <201604292045.u3TKjoqC016133@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604292045.u3TKjoqC016133>