forked from TrueCloudLab/restic
archiver: Correct comment
This commit is contained in:
parent
400730afca
commit
39ac12f6ea
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import (
|
||||||
"github.com/restic/restic/internal/restic"
|
"github.com/restic/restic/internal/restic"
|
||||||
)
|
)
|
||||||
|
|
||||||
// FutureFile is returned by SaveFile and will return the data once it
|
// FutureFile is returned by Save and will return the data once it
|
||||||
// has been processed.
|
// has been processed.
|
||||||
type FutureFile struct {
|
type FutureFile struct {
|
||||||
ch <-chan saveFileResponse
|
ch <-chan saveFileResponse
|
||||||
|
|
Loading…
Reference in a new issue