Skip to content

Commit

Permalink
Auto merge of #4185 - ids1024:typo, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
bors committed Jun 17, 2017
2 parents c339214 + b17c463 commit 50b1c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_rustc/job_queue.rs
Expand Up @@ -113,7 +113,7 @@ impl<'a> JobQueue<'a> {
let _p = profile::start("executing the job graph");

// We need to give a handle to the send half of our message queue to the
// jobserver helper thrad. Unfortunately though we need the handle to be
// jobserver helper thread. Unfortunately though we need the handle to be
// `'static` as that's typically what's required when spawning a
// thread!
//
Expand Down

0 comments on commit 50b1c24

Please sign in to comment.