Fix typos

llvm-svn: 209213
This commit is contained in:
Alp Toker 2014-05-20 16:17:53 +00:00
parent 32d832af98
commit 2e62f7220f
2 changed files with 2 additions and 2 deletions

View File

@ -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.
//

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
///
/// This file is reponsible for creating the Import Library file.
/// This file is responsible for creating the Import Library file.
///
//===----------------------------------------------------------------------===//