aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorHusam Ibrahim <39692071+HusamIbrahim@users.noreply.github.com>2018-06-19 19:43:20 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-06-19 19:43:20 +0800
commit28aca90716381d4a9110545432d128879c0a55b6 (patch)
tree3e7c8e0c3a95a8a3c11e5ece1733d2b90050988c /accounts
parent9b1536b26a78341008c5efe962f916d12220e720 (diff)
downloadgo-tangerine-28aca90716381d4a9110545432d128879c0a55b6.tar
go-tangerine-28aca90716381d4a9110545432d128879c0a55b6.tar.gz
go-tangerine-28aca90716381d4a9110545432d128879c0a55b6.tar.bz2
go-tangerine-28aca90716381d4a9110545432d128879c0a55b6.tar.lz
go-tangerine-28aca90716381d4a9110545432d128879c0a55b6.tar.xz
go-tangerine-28aca90716381d4a9110545432d128879c0a55b6.tar.zst
go-tangerine-28aca90716381d4a9110545432d128879c0a55b6.zip
accounts/usbwallet: correct comment typo (#16998)
Diffstat (limited to 'accounts')
-rw-r--r--accounts/usbwallet/internal/trezor/trezor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/usbwallet/internal/trezor/trezor.go b/accounts/usbwallet/internal/trezor/trezor.go
index 8ae9e726e..80cc75efc 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 {