diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-06-27 13:14:04 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-06-27 13:30:49 -0700 |
| commit | d3c6119a7a68732ff95efdec356ac7abb0f6f6f4 (patch) | |
| tree | 07ade2378a2bdd2c704ddf2376dfe2c1ba24cd3b /src/rt/rust_task.h | |
| parent | f0565be49a4263ca0582acc64102051da1434cff (diff) | |
| download | rust-d3c6119a7a68732ff95efdec356ac7abb0f6f6f4.tar.gz rust-d3c6119a7a68732ff95efdec356ac7abb0f6f6f4.zip | |
More keyword paring and migration in runtime, docs, code modes.
Diffstat (limited to 'src/rt/rust_task.h')
| -rw-r--r-- | src/rt/rust_task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index 2a58725c6a4..e46b624c936 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -10,7 +10,7 @@ * Managing the dynamically resizing list of Rust stack segments * Switching between running Rust code on the Rust segmented stack and - native C code on large stacks owned by the scheduler + foreign C code on large stacks owned by the scheduler The lifetime of a rust_task object closely mirrors that of a running Rust task object, but they are not identical. In particular, the rust_task is an |
