mirror of
https://github.com/restic/restic.git
synced 2025-08-12 17:18:05 +00:00
archiver: Correct comment
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user