aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2008-05-24 20:44:14 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2008-05-24 20:44:14 +0000
commit8e7a2353ec3608e885c9822fe53c26066c286e18 (patch)
treedf26476d4e4b51cb4dfccb4206d98dfa232c7b51 /sys/ufs
parent835f1f1216a072a9cf85babf31cb34557ede1563 (diff)
downloadsrc-8e7a2353ec3608e885c9822fe53c26066c286e18.tar.gz
src-8e7a2353ec3608e885c9822fe53c26066c286e18.zip
Fix comments to replace SBSIZE with SBLOCKSIZE, since SBSIZE
was renamed to SBLOCKSIZE in version 1.33 Reviewed by: mckusick
Notes
Notes: svn path=/head/; revision=179295
Diffstat (limited to 'sys/ufs')
-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 9aaf0409835c..7da18ea6c096 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