Skip to content

Commit

Permalink
Auto merge of #58049 - king6cong:typo, r=oli-obk
Browse files Browse the repository at this point in the history
Fix typo

None
  • Loading branch information
bors committed Feb 1, 2019
2 parents 742fcc7 + 3dbf7d4 commit 23d8d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/remote-test-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ fn handle_run(socket: TcpStream, work: &Path, lock: &Mutex<()>) {
// other thread created a child process with the file open for writing, and
// we attempt to execute it, so we get an error.
//
// This race is resolve by ensuring that only one thread can writ ethe file
// This race is resolve by ensuring that only one thread can write the file
// and spawn a child process at once. Kinda an unfortunate solution, but we
// don't have many other choices with this sort of setup!
//
Expand Down

0 comments on commit 23d8d0c

Please sign in to comment.