PERFORCE change 187240 for review
Zheng Liu
lz at FreeBSD.org
Tue Dec 28 09:09:17 UTC 2010
http://p4web.freebsd.org/@@187240?ac=10
Change 187240 by lz at 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)) {
More information about the p4-projects
mailing list