Fix typos (#348)

This commit is contained in:
Julian Tescher
2018-05-08 11:44:17 -07:00
committed by Carl Lerche
parent 68b82f5721
commit 06b2c40222
30 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -363,7 +363,7 @@ impl Blocking {
debug_assert!(State::from(state).is_ptr());
if state != tail as usize {
// Try aain
// Try again
thread::yield_now();
continue 'outer;
}
@@ -438,7 +438,7 @@ impl State {
true
}
/// Add blockin capacity.
/// Add blocking capacity.
fn add_capacity(&mut self, capacity: usize, stub: &Task) -> bool {
debug_assert!(capacity > 0);