Skip to content

Commit 28aca90

Browse files
HusamElbashirkaralabe
authored andcommitted
accounts/usbwallet: correct comment typo (#16998)
1 parent 9b1536b commit 28aca90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/usbwallet/internal/trezor/trezor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func Type(msg proto.Message) uint16 {
3636
}
3737

3838
// Name returns the friendly message type name of a specific protocol buffer
39-
// type numbers.
39+
// type number.
4040
func Name(kind uint16) string {
4141
name := MessageType_name[int32(kind)]
4242
if len(name) < 12 {

0 commit comments

Comments
 (0)