mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Typo fix.
PiperOrigin-RevId: 466813459
This commit is contained in:
committed by
gVisor bot
parent
c9cb22a16c
commit
e06df74a65
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user