From ffccc026cb027136234be4ed5d58906f88d5034c Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Sat, 30 Jul 2011 18:02:09 -0700 Subject: [PATCH] exp/norm: correct package doc comment Fixes #2118. R=golang-dev, r, iant CC=golang-dev https://golang.org/cl/4815073 --- src/pkg/exp/norm/normalize.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/exp/norm/normalize.go b/src/pkg/exp/norm/normalize.go index e219263d4a..81311bfcbd 100644 --- a/src/pkg/exp/norm/normalize.go +++ b/src/pkg/exp/norm/normalize.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Package form contains types and functions for normalizing Unicode strings. +// Package norm contains types and functions for normalizing Unicode strings. package norm // A Form denotes a canonical representation of Unicode code points.