Typo fix.

PiperOrigin-RevId: 466813459
This commit is contained in:
Etienne Perot
2022-08-10 16:37:57 -07:00
committed by gVisor bot
parent c9cb22a16c
commit e06df74a65
+1 -1
View File
@@ -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))