aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Holst Swende <martin@swende.se>2019-06-20 17:38:31 +0800
committerGitHub <noreply@github.com>2019-06-20 17:38:31 +0800
commit25c3282cf1260bdc68c4ba9075c2bcc2f8136ea5 (patch)
tree4783450f711f0bd40f20184e09aea6e5a8ed7fce
parent1eddd332d27bf2eb4fc657a0b00133046813fae2 (diff)
downloadgo-tangerine-25c3282cf1260bdc68c4ba9075c2bcc2f8136ea5.tar
go-tangerine-25c3282cf1260bdc68c4ba9075c2bcc2f8136ea5.tar.gz
go-tangerine-25c3282cf1260bdc68c4ba9075c2bcc2f8136ea5.tar.bz2
go-tangerine-25c3282cf1260bdc68c4ba9075c2bcc2f8136ea5.tar.lz
go-tangerine-25c3282cf1260bdc68c4ba9075c2bcc2f8136ea5.tar.xz
go-tangerine-25c3282cf1260bdc68c4ba9075c2bcc2f8136ea5.tar.zst
go-tangerine-25c3282cf1260bdc68c4ba9075c2bcc2f8136ea5.zip
mobile: fix comment typos (#19741)
-rw-r--r--mobile/context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/context.go b/mobile/context.go
index f1fff9011..76b4c5464 100644
--- a/mobile/context.go
+++ b/mobile/context.go
@@ -24,7 +24,7 @@ import (
"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.
type Context struct {
context context.Context