summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2008-05-24 20:44:14 +0000
committerrodrigc <rodrigc@FreeBSD.org>2008-05-24 20:44:14 +0000
commit4e4b0a667c1d038712cd26ed28bd70b2495b3061 (patch)
treedf26476d4e4b51cb4dfccb4206d98dfa232c7b51 /sys/ufs/ffs
parent0683a5dd33efd846471dae8b3aa63981c3916d91 (diff)
downloadFreeBSD-src-4e4b0a667c1d038712cd26ed28bd70b2495b3061.zip
FreeBSD-src-4e4b0a667c1d038712cd26ed28bd70b2495b3061.tar.gz
Fix comments to replace SBSIZE with SBLOCKSIZE, since SBSIZE
was renamed to SBLOCKSIZE in version 1.33 Reviewed by: mckusick
Diffstat (limited to 'sys/ufs/ffs')
-rw-r--r--sys/ufs/ffs/fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h
index 9aaf040..7da18ea 100644
--- a/sys/ufs/ffs/fs.h
+++ b/sys/ufs/ffs/fs.h
@@ -103,8 +103,8 @@
* 2^32 with only two levels of indirection, MINBSIZE is set to 4096.
* MINBSIZE must be big enough to hold a cylinder group block,
* thus changes to (struct cg) must keep its size within MINBSIZE.
- * Note that super blocks are always of size SBSIZE,
- * and that both SBSIZE and MAXBSIZE must be >= MINBSIZE.
+ * Note that super blocks are always of size SBLOCKSIZE,
+ * and that both SBLOCKSIZE and MAXBSIZE must be >= MINBSIZE.
*/
#define MINBSIZE 4096
OpenPOWER on IntegriCloud