diff options
| author | Georg Brandl <georg@python.org> | 2016-05-05 21:11:41 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2016-05-05 21:12:37 +0200 |
| commit | 26eb2bef2591ddb4cdf45d256cdcfa7c7353b0fc (patch) | |
| tree | d255f3d826d7e1fe47544e837f80a30aacf452bf /src/bootstrap | |
| parent | 3f65afa6946ee4a6b1d619aee69e1f638edfb662 (diff) | |
| download | rust-26eb2bef2591ddb4cdf45d256cdcfa7c7353b0fc.tar.gz rust-26eb2bef2591ddb4cdf45d256cdcfa7c7353b0fc.zip | |
Fix some some duplicate words.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/build/job.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/build/job.rs b/src/bootstrap/build/job.rs index a4e53bc45fc..4558e6f0494 100644 --- a/src/bootstrap/build/job.rs +++ b/src/bootstrap/build/job.rs @@ -54,7 +54,7 @@ pub unsafe fn setup() { // Indicate that when all handles to the job object are gone that all // process in the object should be killed. Note that this includes our - // entire process tree by default because we've added ourselves and and our + // entire process tree by default because we've added ourselves and our // children will reside in the job by default. let mut info = mem::zeroed::<JOBOBJECT_EXTENDED_LIMIT_INFORMATION>(); info.BasicLimitInformation.LimitFlags = JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE; |
