summaryrefslogtreecommitdiff
path: root/sys/ufs
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2013-06-02 06:41:13 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2013-06-02 06:41:13 +0000
commit24e94208d723c3f19c96a66aa2536bac9e310a6c (patch)
tree7147a4ff777ca7a987a3d557a2d7ed22e2a97971 /sys/ufs
parent73bd2ea589e10bd4dc3dcab669737d3823b7d3b7 (diff)
Typo
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ext2fs/ext2fs_dir.h4
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.
*/