accounts/usbwallet: correct comment typo (#16998)

This commit is contained in:
Husam Ibrahim 2018-06-19 14:43:20 +03:00 committed by Péter Szilágyi
parent 9b1536b26a
commit 28aca90716
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func Type(msg proto.Message) uint16 {
}
// Name returns the friendly message type name of a specific protocol buffer
// type numbers.
// type number.
func Name(kind uint16) string {
name := MessageType_name[int32(kind)]
if len(name) < 12 {