From 32e9c4043ed8d209b000e73f27cdb14bbf228dc0 Mon Sep 17 00:00:00 2001 From: Husam Ibrahim Date: Fri, 15 Jun 2018 17:29:36 +0300 Subject: [PATCH] accounts/usbwallet/internal/trezor: correct comment typo --- accounts/usbwallet/internal/trezor/trezor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/usbwallet/internal/trezor/trezor.go b/accounts/usbwallet/internal/trezor/trezor.go index 8ae9e726e464..80cc75efc420 100644 --- a/accounts/usbwallet/internal/trezor/trezor.go +++ b/accounts/usbwallet/internal/trezor/trezor.go @@ -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 {