Fix some typos.

This commit is contained in:
David Renshaw
2016-11-05 16:29:54 -04:00
parent 79136ca211
commit f96d37ccf3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ impl Core {
/// Method used to notify a task handle.
///
/// Note that this should be used instead fo `handle.unpark()` to ensure
/// Note that this should be used instead of `handle.unpark()` to ensure
/// that the `CURRENT_LOOP` variable is set appropriately.
fn notify_handle(&self, handle: Task) {
debug!("notifying a task handle");