draw: fix a comment typo.

Change-Id: I6d34d091514915333e488cee9e2ddb5a9d78b6a5
Reviewed-on: https://go-review.googlesource.com/6801
Reviewed-by: David Symonds <dsymonds@golang.org>
This commit is contained in:
Nigel Tao 2015-03-05 09:52:23 +11:00
parent 2c27a34d37
commit 93a98e7805

View File

@ -23,7 +23,7 @@ type Scaler interface {
}
// Interpolator is an interpolation algorithm, when dst and src pixels don't
// have a 1:1 correspondance.
// have a 1:1 correspondence.
//
// Of the interpolators provided by this package:
// - NearestNeighbor is fast but usually looks worst.