diff --git a/lld/lib/ReaderWriter/ELF/ELFLinkingContext.cpp b/lld/lib/ReaderWriter/ELF/ELFLinkingContext.cpp index 61d401b388f0..430de662c245 100644 --- a/lld/lib/ReaderWriter/ELF/ELFLinkingContext.cpp +++ b/lld/lib/ReaderWriter/ELF/ELFLinkingContext.cpp @@ -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. // diff --git a/lld/lib/ReaderWriter/PECOFF/WriterImportLibrary.cpp b/lld/lib/ReaderWriter/PECOFF/WriterImportLibrary.cpp index 77e2af43e031..adb6e0afe75d 100644 --- a/lld/lib/ReaderWriter/PECOFF/WriterImportLibrary.cpp +++ b/lld/lib/ReaderWriter/PECOFF/WriterImportLibrary.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// /// -/// This file is reponsible for creating the Import Library file. +/// This file is responsible for creating the Import Library file. /// //===----------------------------------------------------------------------===//