revid/revid.go: fixed comment for Revid.setupInput field

This commit is contained in:
Saxon 2019-05-06 16:04:56 +09:30
parent b3775265e6
commit 5e568f277b
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ type Revid struct {
ns *netsender.Sender ns *netsender.Sender
// setupInput holds the current approach to setting up // setupInput holds the current approach to setting up
// the input stream. I will return a function used for cleaning up. // the input stream. It returns a function used for cleaning up, and any errors.
setupInput func() (func() error, error) setupInput func() (func() error, error)
// closeInput holds the cleanup function return from setupInput and is called // closeInput holds the cleanup function return from setupInput and is called