archiver: Correct comment

This commit is contained in:
Alexander Neumann 2018-04-29 13:42:23 +02:00
parent 400730afca
commit 39ac12f6ea
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
"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.
type FutureFile struct {
ch <-chan saveFileResponse