fs: fix comments
This commit is contained in:
parent
6c16733dfd
commit
2aa1e2615b
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
"github.com/restic/restic/internal/errors"
|
||||
)
|
||||
|
||||
// CommandReader wrap a command such that its standard output can be read using
|
||||
// CommandReader wraps a command such that its standard output can be read using
|
||||
// a io.ReadCloser. Close() waits for the command to terminate, reporting
|
||||
// any error back to the caller.
|
||||
type CommandReader struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue