diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-06-01 07:03:28 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-06-01 07:03:28 +0000 |
commit | 6fc98f2cf1fdc06c7992f7c24569e46bfddbd277 (patch) | |
tree | 566cd587c9b7c5d6ef65d2ad442c7ae3d4b50b98 /sys/ufs/ffs | |
parent | d9e3928fef69597d8a17af4cf1372f080b91168e (diff) |
revert previous comment "fix", must have been sleeping
Diffstat (limited to 'sys/ufs/ffs')
-rw-r--r-- | sys/ufs/ffs/fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h index f7f4d3797cb..31df499bf9e 100644 --- a/sys/ufs/ffs/fs.h +++ b/sys/ufs/ffs/fs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fs.h,v 1.31 2007/06/01 06:50:56 otto Exp $ */ +/* $OpenBSD: fs.h,v 1.32 2007/06/01 07:03:27 otto Exp $ */ /* $NetBSD: fs.h,v 1.6 1995/04/12 21:21:02 mycroft Exp $ */ /* @@ -245,7 +245,7 @@ struct fs { int32_t fs_ncyl; /* cylinders in file system */ /* these fields can be computed from the others */ int32_t fs_cpg; /* cylinders per group */ - int32_t fs_ipg; /* inode blocks per group */ + int32_t fs_ipg; /* inodes per group */ int32_t fs_fpg; /* blocks per group * fs_frag */ /* this data must be re-computed after crashes */ struct csum fs_ffs1_cstotal; /* cylinder summary information */ |