godoc/dl: update label for ARMv6 binary distribution

See also golang/go#13669 and https://golang.org/cl/18059.

Change-Id: If958efc4a09082dad393df9a891f20921602320d
Reviewed-on: https://go-review.googlesource.com/18080
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Shenghou Ma 2015-12-20 02:08:49 -05:00 committed by Minux Ma
parent fa833fdef5
commit 9673333889
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ var prettyStrings = map[string]string{
"386": "32-bit", "386": "32-bit",
"amd64": "64-bit", "amd64": "64-bit",
"arm6": "ARMv6", "armv6l": "ARMv6",
"archive": "Archive", "archive": "Archive",
"installer": "Installer", "installer": "Installer",