Fix typo in TCP transport

PiperOrigin-RevId: 197789418
Change-Id: I86b1574c8d3b8b321348d9b101ffaef7aa15f722
This commit is contained in:
Ian Gudger
2018-05-23 14:28:43 -07:00
committed by Shentubot
parent 51c95c270b
commit 02ad0dc3d9
+1 -1
View File
@@ -818,7 +818,7 @@ func (e *endpoint) protocolMainLoop(passive bool) *tcpip.Error {
var closeWaker sleep.Waker
defer func() {
// e.mu is expected to be hold upon entering this section.
// e.mu is expected to be held upon entering this section.
e.waiterQueue.Notify(waiter.EventIn | waiter.EventOut)
e.completeWorkerLocked()