diff --git a/fs/accounting.go b/fs/accounting.go index be649562c..863b68e3f 100644 --- a/fs/accounting.go +++ b/fs/accounting.go @@ -297,7 +297,7 @@ func NewAccount(in io.ReadCloser, obj Object) *Account { return NewAccountSizeName(in, obj.Size(), obj.Remote()) } -// NewAccountSizeName makes a Account reader for an io.ReadCloser of +// NewAccountSizeNameWithBuffer makes a Account reader for an io.ReadCloser of // the given size and name // // If the file is above a certain size it adds an Async reader