filter: fix comment

This commit is contained in:
Scott 2020-02-06 15:56:01 +10:30
parent 6bad1706ac
commit b2787213d1
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import (
"golang.org/x/image/math/fixed"
)
// debugWindows is used for sending debug information to a file.
// debugFile is used for sending debug information to a file.
type debugFile struct {
bwImg *image.RGBA
file io.WriteCloser