=doc #17329 Fixed and normalized spellings in ScalaDoc and comments

This commit is contained in:
Andrey Myatlyuk 2015-06-02 21:01:00 -07:00
parent 10f039f70d
commit bc791eb86c
77 changed files with 100 additions and 100 deletions

View file

@ -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)