forked from OSchip/llvm-project
parent
32d832af98
commit
2e62f7220f
|
@ -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.
|
||||
//
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
///
|
||||
/// This file is reponsible for creating the Import Library file.
|
||||
/// This file is responsible for creating the Import Library file.
|
||||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue