freetype: update an old comment for Go 1.

R=bradfitz
CC=golang-dev
http://codereview.appspot.com/6202051
This commit is contained in:
Nigel Tao 2012-05-07 21:07:08 +10:00
parent a16d1037a1
commit 25c2d648d0
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ func (c *Context) SetDst(dst draw.Image) {
}
// SetSrc sets the source image for draw operations. This is typically an
// image.ColorImage.
// image.Uniform.
func (c *Context) SetSrc(src image.Image) {
c.src = src
}