Merge pull request #17641 from kukido/kukido-spellings-normalization

=doc #17329 Fixed and normalized spellings in ScalaDoc and comments
This commit is contained in:
Roland Kuhn 2015-06-19 12:06:53 +02:00
commit 0de9f0ff40
77 changed files with 100 additions and 100 deletions

View file

@ -697,7 +697,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()
}
}
@ -785,7 +785,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)