We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d25ecc8 + 08ba47d commit 442de29Copy full SHA for 442de29
src/cargo/util/job.rs
@@ -2,7 +2,7 @@
2
//!
3
//! Most of the time when you're running cargo you expect Ctrl-C to actually
4
//! terminate the entire tree of processes in play, not just the one at the top
5
-//! (cago). This currently works "by default" on Unix platforms because Ctrl-C
+//! (cargo). This currently works "by default" on Unix platforms because Ctrl-C
6
//! actually sends a signal to the *process group* rather than the parent
7
//! process, so everything will get torn down. On Windows, however, this does
8
//! not happen and Ctrl-C just kills cargo.
0 commit comments