Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 01:32:52 +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: r252907 - head/sys/fs/ext2fs
Message-ID:  <201307070132.r671Wq20087662@svn.freebsd.org>

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



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