diff options
Diffstat (limited to 'sys/ufs/ext2fs/ext2fs_dir.h')
-rw-r--r-- | sys/ufs/ext2fs/ext2fs_dir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ext2fs/ext2fs_dir.h b/sys/ufs/ext2fs/ext2fs_dir.h index c4660f0aa0e..df795fb906f 100644 --- a/sys/ufs/ext2fs/ext2fs_dir.h +++ b/sys/ufs/ext2fs/ext2fs_dir.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs_dir.h,v 1.8 2011/07/08 08:26:41 jsg Exp $ */ +/* $OpenBSD: ext2fs_dir.h,v 1.9 2013/06/02 06:41:12 guenther Exp $ */ /* $NetBSD: ext2fs_dir.h,v 1.4 2000/01/28 16:00:23 bouyer Exp $ */ /* @@ -72,7 +72,7 @@ * a directory block is free, then its dp->e2d_ino is set to 0. * Entries other than the first in a directory do not normally have * dp->e2d_ino set to 0. - * Ext2 rev 0 has a 16 bits e2d_namlen. For Ext2 vev 1 this has been split + * Ext2 rev 0 has a 16 bits e2d_namlen. For Ext2 rev 1 this has been split * into a 8 bits e2d_namlen and 8 bits e2d_type (looks like ffs, isnt't it ? :) * It's safe to use this for rev 0 as well because all ext2 are little-endian. */ |