mirror of https://bitbucket.org/ausocean/av.git
revid/revid.go: fixed comment for Revid.setupInput field
This commit is contained in:
parent
b3775265e6
commit
5e568f277b
|
@ -80,7 +80,7 @@ type Revid struct {
|
|||
ns *netsender.Sender
|
||||
|
||||
// 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)
|
||||
|
||||
// closeInput holds the cleanup function return from setupInput and is called
|
||||
|
|
Loading…
Reference in New Issue