summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-06-11 19:12:06 +0000
committerdelphij <delphij@FreeBSD.org>2013-06-11 19:12:06 +0000
commitb7b5433b3942fea3429024cd3ba2b31270326078 (patch)
treee6be4d446ac91d9588da577ab9668a04a5bf4c4a /sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c
parentaf94e1f92e06a87769668f29884f2a0f4fb65cfb (diff)
downloadFreeBSD-src-b7b5433b3942fea3429024cd3ba2b31270326078.zip
FreeBSD-src-b7b5433b3942fea3429024cd3ba2b31270326078.tar.gz
MFV r251620:
ZFS comments need cleaner, more consistent style Illumos ZFS issues: 3741 zfs comments need cleaner, more consistent style MFC after: 2 weeks
Diffstat (limited to 'sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c')
-rw-r--r--sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c
index 73922db..a0c90cc 100644
--- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c
+++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c
@@ -43,7 +43,7 @@
* dsl_scan_sync. This allows the delete operation to finish without traversing
* all the dataset's blocks.
*
- * Note that while bt_begin and bt_end are only ever incremented in this code
+ * Note that while bt_begin and bt_end are only ever incremented in this code,
* they are effectively reset to 0 every time the entire bptree is freed because
* the bptree's object is destroyed and re-created.
*/
OpenPOWER on IntegriCloud