[ELF] - Fix mistype in comment. NFC.

llvm-svn: 290510
This commit is contained in:
George Rimar 2016-12-25 06:49:17 +00:00
parent a5cfddc367
commit 31a46b4835
1 changed files with 1 additions and 1 deletions

View File

@ -1628,7 +1628,7 @@ static void unlinkAsync(StringRef Path) {
if (!Config->Threads || !sys::fs::exists(Config->OutputFile))
return;
// First, rename Path to avoid race condition. We cannot remomve
// First, rename Path to avoid race condition. We cannot remove
// Path from a different thread because we are now going to create
// Path as a new file. If we do that in a different thread, the new
// thread can remove the new file.