summaryrefslogtreecommitdiffstats
path: root/libexec/lfs_cleanerd/clean.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/lfs_cleanerd/clean.h')
-rw-r--r--libexec/lfs_cleanerd/clean.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/lfs_cleanerd/clean.h b/libexec/lfs_cleanerd/clean.h
index 5bbece7..729d0f8 100644
--- a/libexec/lfs_cleanerd/clean.h
+++ b/libexec/lfs_cleanerd/clean.h
@@ -82,9 +82,9 @@ typedef struct fs_info {
off_t fi_ifile_length; /* length of the ifile */
} FS_INFO;
-/*
+/*
* XXX: size (in bytes) of a segment
- * should lfs_bsize be fsbtodb(fs,1), blksize(fs), or lfs_dsize?
+ * should lfs_bsize be fsbtodb(fs,1), blksize(fs), or lfs_dsize?
*/
#define seg_size(fs) ((fs)->lfs_ssize << (fs)->lfs_bshift)
OpenPOWER on IntegriCloud