]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo
authorking6cong <king6cong@gmail.com>
Fri, 1 Feb 2019 10:41:51 +0000 (18:41 +0800)
committerking6cong <king6cong@gmail.com>
Fri, 1 Feb 2019 10:44:26 +0000 (18:44 +0800)
src/tools/remote-test-server/src/main.rs

index 3f56d4da6a3ed588392b744ac8cbc87314ab1df8..750eea3a28aef1a35ec3e39b7f7ea420e05598e0 100644 (file)
@@ -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 writthe 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!
     //