[lld] r209213 - Fix typos
Alp Toker
alp at nuanti.com
Tue May 20 09:17:53 PDT 2014
Author: alp
Date: Tue May 20 11:17:53 2014
New Revision: 209213
URL: http://llvm.org/viewvc/llvm-project?rev=209213&view=rev
Log:
Fix typos
Modified:
lld/trunk/lib/ReaderWriter/ELF/ELFLinkingContext.cpp
lld/trunk/lib/ReaderWriter/PECOFF/WriterImportLibrary.cpp
Modified: lld/trunk/lib/ReaderWriter/ELF/ELFLinkingContext.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/ELFLinkingContext.cpp?rev=209213&r1=209212&r2=209213&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/ELFLinkingContext.cpp (original)
+++ lld/trunk/lib/ReaderWriter/ELF/ELFLinkingContext.cpp Tue May 20 11:17:53 2014
@@ -43,7 +43,7 @@ private:
// An AliasAtom is a zero-size atom representing an alias for other atom. It has
// a LayoutAfter reference to the target atom, so that this atom and the target
-// atom will be layed out at the same location in the final result. Initially
+// atom will be laid out at the same location in the final result. Initially
// the target atom is an undefined atom. Resolver will replace it with a defined
// one.
//
Modified: lld/trunk/lib/ReaderWriter/PECOFF/WriterImportLibrary.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/PECOFF/WriterImportLibrary.cpp?rev=209213&r1=209212&r2=209213&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/PECOFF/WriterImportLibrary.cpp (original)
+++ lld/trunk/lib/ReaderWriter/PECOFF/WriterImportLibrary.cpp Tue May 20 11:17:53 2014
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
///
-/// This file is reponsible for creating the Import Library file.
+/// This file is responsible for creating the Import Library file.
///
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list