diff options
author | Andrea Gelmini <[email protected]> | 2021-04-02 18:38:53 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-07 13:27:11 -0700 |
commit | ca7af7f675bb93bc6610437973e3a59c8853991e (patch) | |
tree | c34c18ef6df827d6a0550e2664cf1dc56f42cbdf /cmd/zvol_wait | |
parent | 35cce6ea6375c8f2e36d4569776f837fcac64289 (diff) |
Fix various typos
Correct an assortment of typos throughout the code base.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Matthew Ahrens <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #11774
Diffstat (limited to 'cmd/zvol_wait')
-rwxr-xr-x | cmd/zvol_wait/zvol_wait | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zvol_wait/zvol_wait b/cmd/zvol_wait/zvol_wait index 9a3948da5..eb1b3e81f 100755 --- a/cmd/zvol_wait/zvol_wait +++ b/cmd/zvol_wait/zvol_wait @@ -39,7 +39,7 @@ list_zvols() { [ "$volmode" = "none" ] && continue [ "$redacted" = "-" ] || continue # - # We also also ignore partially received zvols if it is + # We also ignore partially received zvols if it is # not an incremental receive, as those won't even have a block # device minor node created yet. # |