fs: fix comments

This commit is contained in:
Michael Eischer 2024-08-27 15:34:39 +02:00
parent 6c16733dfd
commit 2aa1e2615b
2 changed files with 3 additions and 3 deletions

View file

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