diff --git a/internal/archiver/file_saver.go b/internal/archiver/file_saver.go index 32232e28f..bab2d66fd 100644 --- a/internal/archiver/file_saver.go +++ b/internal/archiver/file_saver.go @@ -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