Fix typo in comment (#402)

This commit is contained in:
Alyssa Ross
2018-06-11 15:26:55 -07:00
committed by Carl Lerche
parent d391e63418
commit 64b8884911
+1 -1
View File
@@ -84,7 +84,7 @@ pub(crate) struct AtomicTask {
// `NOTIFYING` is made. On success, the caller obtains a lock on the task cell.
//
// If the lock is obtained, then the thread takes ownership of the current value
// in teh task cell, and calls `notify` on it. The state is then transitioned
// in the task cell, and calls `notify` on it. The state is then transitioned
// back to `WAITING`. This transition must succeed as, at this point, the state
// cannot be transitioned by another thread.
//