[lld] r290510 - [ELF] - Fix mistype in comment. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 24 22:49:18 PST 2016


Author: grimar
Date: Sun Dec 25 00:49:17 2016
New Revision: 290510

URL: http://llvm.org/viewvc/llvm-project?rev=290510&view=rev
Log:
[ELF] - Fix mistype in comment. NFC.

Modified:
    lld/trunk/ELF/Writer.cpp

Modified: lld/trunk/ELF/Writer.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Writer.cpp?rev=290510&r1=290509&r2=290510&view=diff
==============================================================================
--- lld/trunk/ELF/Writer.cpp (original)
+++ lld/trunk/ELF/Writer.cpp Sun Dec 25 00:49:17 2016
@@ -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.




More information about the llvm-commits mailing list