From 25c3282cf1260bdc68c4ba9075c2bcc2f8136ea5 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Thu, 20 Jun 2019 11:38:31 +0200 Subject: [PATCH] mobile: fix comment typos (#19741) --- mobile/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/context.go b/mobile/context.go index f1fff90114..76b4c54642 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