diff options
| author | Joseph Crail <jbcrail@gmail.com> | 2014-08-01 19:40:21 -0400 |
|---|---|---|
| committer | Joseph Crail <jbcrail@gmail.com> | 2014-08-01 19:42:52 -0400 |
| commit | ad06dfe496e4e1abbc65268a58275ca2b483def5 (patch) | |
| tree | 35b592cbfd3eb0b33f1dd07e3a281890f19b6cdd /src/libgreen | |
| parent | 292caefb26c7f99a064a1ed6a8ba37ec5375e88e (diff) | |
| download | rust-ad06dfe496e4e1abbc65268a58275ca2b483def5.tar.gz rust-ad06dfe496e4e1abbc65268a58275ca2b483def5.zip | |
Fix misspelled comments.
Diffstat (limited to 'src/libgreen')
| -rw-r--r-- | src/libgreen/task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgreen/task.rs b/src/libgreen/task.rs index 12d7b755697..73fe8f6a93f 100644 --- a/src/libgreen/task.rs +++ b/src/libgreen/task.rs @@ -118,7 +118,7 @@ extern fn bootstrap_green_task(task: uint, code: *mut (), env: *mut ()) -> ! { // preserving a handle to the GreenTask down to this point, this // unfortunately must call `GreenTask::convert`. In order to avoid // this we could add a `terminate` function to the `Runtime` trait - // in libstd, but that seems less appropriate since the coversion + // in libstd, but that seems less appropriate since the conversion // method exists. GreenTask::convert(task).terminate(); } |
