Skip to content

Commit 23d8d0c

Browse files
committed
Auto merge of #58049 - king6cong:typo, r=oli-obk
Fix typo None
2 parents 742fcc7 + 3dbf7d4 commit 23d8d0c

File tree

1 file changed

+1
-1
lines changed
  • src/tools/remote-test-server/src

1 file changed

+1
-1
lines changed

src/tools/remote-test-server/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ fn handle_run(socket: TcpStream, work: &Path, lock: &Mutex<()>) {
174174
// other thread created a child process with the file open for writing, and
175175
// we attempt to execute it, so we get an error.
176176
//
177-
// This race is resolve by ensuring that only one thread can writ ethe file
177+
// This race is resolve by ensuring that only one thread can write the file
178178
// and spawn a child process at once. Kinda an unfortunate solution, but we
179179
// don't have many other choices with this sort of setup!
180180
//

0 commit comments

Comments
 (0)