summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-13 15:40:31 +0000
committerbde <bde@FreeBSD.org>1997-07-13 15:40:31 +0000
commitc21548a94c43d6348af7b2328a696bcc435d7be6 (patch)
tree149f8658e5b4cd0b120e6d29c406ab31e0cd2136 /sys/ufs
parentce6649a54461b7f8d3387125eecc7b61682acae2 (diff)
downloadFreeBSD-src-c21548a94c43d6348af7b2328a696bcc435d7be6.zip
FreeBSD-src-c21548a94c43d6348af7b2328a696bcc435d7be6.tar.gz
Fixed comment about i_spare.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/inode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/inode.h b/sys/ufs/ufs/inode.h
index 73ed6b6..4647136 100644
--- a/sys/ufs/ufs/inode.h
+++ b/sys/ufs/ufs/inode.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)inode.h 8.9 (Berkeley) 5/14/95
- * $Id: inode.h,v 1.14 1997/04/01 08:02:00 bde Exp $
+ * $Id: inode.h,v 1.15 1997/05/22 07:30:55 phk Exp $
*/
#ifndef _UFS_UFS_INODE_H_
@@ -87,7 +87,7 @@ struct inode {
doff_t i_offset; /* Offset of free space in directory. */
ino_t i_ino; /* Inode number of found directory. */
u_int32_t i_reclen; /* Size of found directory entry. */
- int i_spare[5]; /* XXX spare storage (for ext2fs) */
+ int i_spare[5]; /* XXX actually non-spare (for ext2fs). */
/*
* The on-disk dinode itself.
*/
OpenPOWER on IntegriCloud