From: Shenghou Ma Date: Mon, 2 Jul 2012 03:12:42 +0000 (-0400) Subject: image: fix doc typo X-Git-Tag: go1.1rc2~2846 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=435a001d6880798931bad881e36cba820592bb3c;p=gostls13.git image: fix doc typo Fixes #3789. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6357058 --- diff --git a/src/pkg/image/names.go b/src/pkg/image/names.go index 55f634c17c..04ee2cfb47 100644 --- a/src/pkg/image/names.go +++ b/src/pkg/image/names.go @@ -20,7 +20,7 @@ var ( ) // Uniform is an infinite-sized Image of uniform color. -// It implements the color.Color, color.ColorModel, and Image interfaces. +// It implements the color.Color, color.Model, and Image interfaces. type Uniform struct { C color.Color }