From 39ac12f6eab33c6d97905a23f6e1eb5a97b2c555 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 29 Apr 2018 13:42:23 +0200 Subject: [PATCH] archiver: Correct comment --- internal/archiver/file_saver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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