From e06df74a657e01008194f905f2795d43dd5a825e Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Wed, 10 Aug 2022 16:35:03 -0700 Subject: [PATCH] Typo fix. PiperOrigin-RevId: 466813459 --- pkg/flipcall/ctrl_futex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/flipcall/ctrl_futex.go b/pkg/flipcall/ctrl_futex.go index e101dc1c5..b3bf2f775 100644 --- a/pkg/flipcall/ctrl_futex.go +++ b/pkg/flipcall/ctrl_futex.go @@ -166,7 +166,7 @@ func (ep *Endpoint) exitFutexWait() { return case epsShutdown: // ep.ctrlShutdown() was called while we were blocked, so we are - // repsonsible for indicating connection shutdown. + // responsible for indicating connection shutdown. ep.shutdownConn() default: panic(fmt.Sprintf("invalid flipcall.Endpoint.ctrl.state after flipcall.Endpoint.exitFutexWait(): %v", eps+epsBlocked))