=doc #17329 Fixed and normalized spellings in ScalaDoc and comments
This commit is contained in:
parent
10f039f70d
commit
bc791eb86c
77 changed files with 100 additions and 100 deletions
|
|
@ -703,7 +703,7 @@ private[remote] class EndpointWriter(
|
|||
val backoffNanos = backoffDeadlinelineNanoTime - System.nanoTime
|
||||
if (backoffNanos > 0) {
|
||||
LockSupport.parkNanos(backoffNanos)
|
||||
// parkNanos allows for spurious wakeup, check again
|
||||
// parkNanos allows for spurious wake-up, check again
|
||||
backoff()
|
||||
}
|
||||
}
|
||||
|
|
@ -791,7 +791,7 @@ private[remote] class EndpointWriter(
|
|||
case Some(r) ⇒
|
||||
r.tell(s, replyTo)
|
||||
case None ⇒
|
||||
// initalizing, buffer and take care of it later when buffer is sent
|
||||
// initializing, buffer and take care of it later when buffer is sent
|
||||
enqueueInBuffer(s)
|
||||
}
|
||||
case TakeOver(newHandle, replyTo) ⇒
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue