aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisrd <[email protected]>2019-10-12 04:33:13 +1100
committerBrian Behlendorf <[email protected]>2019-10-11 10:33:13 -0700
commit2c6fa6eafbac4acffb1304132a8e06cfe4d71cde (patch)
treee24476a30cb8ad031e244c4c4db9fb074a85d93f
parentea25ed236500f67235a9a692b4ea8a6f53a88dea (diff)
Typo fix in comment: dso_dryrun
Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Chris Dunlop <[email protected]> Closes #9452
-rw-r--r--module/zfs/dmu_send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/dmu_send.c b/module/zfs/dmu_send.c
index ae4f91fc3..13e77af6d 100644
--- a/module/zfs/dmu_send.c
+++ b/module/zfs/dmu_send.c
@@ -302,7 +302,7 @@ dump_record(dmu_send_cookie_t *dscp, void *payload, int payload_len)
if (payload_len != 0) {
*dscp->dsc_off += payload_len;
/*
- * payload is null when dso->ryrun == B_TRUE (i.e. when we're
+ * payload is null when dso_dryrun == B_TRUE (i.e. when we're
* doing a send size calculation)
*/
if (payload != NULL) {