From dc2cbe0e6a47486d51535f0d1508c598bd0b1740 Mon Sep 17 00:00:00 2001 From: Rafael Chacon Date: Fri, 7 Dec 2018 15:34:14 -0800 Subject: [PATCH] Fix typo in comment Signed-off-by: Rafael Chacon --- go/vt/topo/consultopo/election.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/vt/topo/consultopo/election.go b/go/vt/topo/consultopo/election.go index 5fa9f5eff22..bacbbac8d58 100644 --- a/go/vt/topo/consultopo/election.go +++ b/go/vt/topo/consultopo/election.go @@ -89,7 +89,7 @@ func (mp *consulMasterParticipation) WaitForMastership() (context.Context, error return nil, err } - // We have the lock, keep mastership until we loose it. + // We have the lock, keep mastership until we lose it. lockCtx, lockCancel := context.WithCancel(context.Background()) go func() { select {