]> Cypherpunks repositories - gostls13.git/commitdiff
image: fix doc typo
authorShenghou Ma <minux.ma@gmail.com>
Mon, 2 Jul 2012 03:12:42 +0000 (23:12 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Mon, 2 Jul 2012 03:12:42 +0000 (23:12 -0400)
     Fixes #3789.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6357058

src/pkg/image/names.go

index 55f634c17c1d73af843418e1941c392756d18571..04ee2cfb47c55ec5efe03861eb22dc47e5ecb3e0 100644 (file)
@@ -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
 }