From 2c6fa6eafbac4acffb1304132a8e06cfe4d71cde Mon Sep 17 00:00:00 2001 From: chrisrd Date: Sat, 12 Oct 2019 04:33:13 +1100 Subject: Typo fix in comment: dso_dryrun Reviewed-by: Ryan Moeller Reviewed-by: Brian Behlendorf Signed-off-by: Chris Dunlop Closes #9452 --- module/zfs/dmu_send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/zfs/dmu_send.c') 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) { -- cgit v1.2.3