summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/collate/tools/colcmp/icu.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/text/collate/tools/colcmp/icu.go')
-rw-r--r--vendor/golang.org/x/text/collate/tools/colcmp/icu.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/golang.org/x/text/collate/tools/colcmp/icu.go b/vendor/golang.org/x/text/collate/tools/colcmp/icu.go
index 91980ac98..76de40427 100644
--- a/vendor/golang.org/x/text/collate/tools/colcmp/icu.go
+++ b/vendor/golang.org/x/text/collate/tools/colcmp/icu.go
@@ -165,8 +165,8 @@ func (c *icuUTF8iter) Key(s Input) []byte {
return c.extendBuf(n)
}
-// icuUTF8conv implementes the Collator interface.
-// This implentation first converts the give UTF8 string
+// icuUTF8conv implements the Collator interface.
+// This implementation first converts the give UTF8 string
// to UTF16 and then calls the main ICU collation function.
type icuUTF8conv struct {
icuCollator