From 6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Mon, 17 Feb 2014 22:53:45 +1100 Subject: Spellcheck library docs. --- src/libstd/rt/task.rs | 2 +- src/libstd/rt/unwind.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd/rt') diff --git a/src/libstd/rt/task.rs b/src/libstd/rt/task.rs index 0719523af77..72ba98eab4f 100644 --- a/src/libstd/rt/task.rs +++ b/src/libstd/rt/task.rs @@ -254,7 +254,7 @@ impl Task { ops.deschedule(amt, self, f) } - /// Wakes up a previously blocked task, optionally specifiying whether the + /// Wakes up a previously blocked task, optionally specifying whether the /// current task can accept a change in scheduling. This function can only /// be called on tasks that were previously blocked in `deschedule`. pub fn reawaken(mut ~self) { diff --git a/src/libstd/rt/unwind.rs b/src/libstd/rt/unwind.rs index 5718a27bfef..ef8bd94c897 100644 --- a/src/libstd/rt/unwind.rs +++ b/src/libstd/rt/unwind.rs @@ -400,7 +400,7 @@ pub fn begin_unwind_raw(msg: *u8, file: *u8, line: uint) -> ! { /// The entry point for unwinding with a formatted message. /// /// This is designed to reduce the amount of code required at the call -/// site as much as possible (so that `fail!()` has as low an implact +/// site as much as possible (so that `fail!()` has as low an impact /// on (e.g.) the inlining of other functions as possible), by moving /// the actual formatting into this shared place. #[inline(never)] #[cold] -- cgit 1.4.1-3-g733a5