mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
mobile: fix comment typos (#19741)
This commit is contained in:
parent
1eddd332d2
commit
25c3282cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ import (
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Context carries a deadline, a cancelation signal, and other values across API
|
// Context carries a deadline, a cancellation signal, and other values across API
|
||||||
// boundaries.
|
// boundaries.
|
||||||
type Context struct {
|
type Context struct {
|
||||||
context context.Context
|
context context.Context
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue