Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 2010 09:09:16 GMT
From:      Zheng Liu <lz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 187240 for review
Message-ID:  <201012280909.oBS99G8E082453@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@187240?ac=10

Change 187240 by lz@gnehzuil-freebsd on 2010/12/28 09:08:34

	       Fix a typo in comment.

Affected files ...

.. //depot/projects/soc2010/ext4fs/src/sys/fs/ext4fs/ext4_lookup.c#3 edit

Differences ...

==== //depot/projects/soc2010/ext4fs/src/sys/fs/ext4fs/ext4_lookup.c#3 (text+ko) ====

@@ -351,7 +351,7 @@
 
 	bmask = VFSTOEXT2(vdp->v_mount)->um_mountp->mnt_stat.f_iosize - 1;
 
-        /* Usr hash directory index to search a large direcotries. */
+        /* Use hash directory index to search a large direcotries. */
         numdirpasses = 2;
         prevoff = 0;
         if (ext4_is_dirindex(dp)) {



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