Typo fix in comment: dso_dryrun

Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Chris Dunlop <chris@onthe.net.au>
Closes #9452
This commit is contained in:
chrisrd 2019-10-12 04:33:13 +11:00 committed by Brian Behlendorf
parent ea25ed2365
commit 2c6fa6eafb

View File

@ -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) {