svn commit: r252907 - head/sys/fs/ext2fs
Pedro F. Giffuni
pfg at FreeBSD.org
Sun Jul 7 01:32:52 UTC 2013
Author: pfg
Date: Sun Jul 7 01:32:52 2013
New Revision: 252907
URL: http://svnweb.freebsd.org/changeset/base/252907
Log:
Fix some typos.
MFC after: 1 week
Modified:
head/sys/fs/ext2fs/ext2_htree.c
Modified: head/sys/fs/ext2fs/ext2_htree.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_htree.c Sun Jul 7 01:12:29 2013 (r252906)
+++ head/sys/fs/ext2fs/ext2_htree.c Sun Jul 7 01:32:52 2013 (r252907)
@@ -313,7 +313,7 @@ error:
}
/*
- * Try to lookup an directory entry in HTree index
+ * Try to lookup a directory entry in HTree index
*/
int
ext2_htree_lookup(struct inode *ip, const char *name, int namelen,
@@ -458,7 +458,7 @@ ext2_htree_insert_entry(struct ext2fs_ht
}
/*
- * Compare two entry sort descriptiors by name hash value.
+ * Compare two entry sort descriptors by name hash value.
* This is used together with qsort.
*/
static int
@@ -584,7 +584,7 @@ ext2_htree_split_dirblock(char *block1,
ep = (struct ext2fs_direct_2 *)(block1 + offset);
offset += ep->e2d_reclen;
if (last->e2d_ino) {
- /* trim the existing slot */
+ /* Trim the existing slot */
last->e2d_reclen = entry_len;
last = (struct ext2fs_direct_2 *)
((char *)last + entry_len);
More information about the svn-src-head
mailing list