瀏覽代碼

accounts/usbwallet: correct comment typo (#16998)

Husam Ibrahim 7 年之前
父節點
當前提交
28aca90716
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      accounts/usbwallet/internal/trezor/trezor.go

+ 1 - 1
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 {