mobile: fix comment typos

This commit is contained in:
hackyminer 2018-12-26 14:43:55 +09:00 committed by Martin Holst Swende
parent c94068a8bb
commit 0ca5395a6c
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -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