Fix spelling mistake in comment.

llvm-svn: 284714
This commit is contained in:
Simon Pilgrim 2016-10-20 10:42:14 +00:00
parent 071da46a35
commit 25059360d5
1 changed files with 1 additions and 1 deletions

View File

@ -1722,7 +1722,7 @@ void ModuleBitcodeWriter::writeDILocalVariable(
const DILocalVariable *N, SmallVectorImpl<uint64_t> &Record,
unsigned Abbrev) {
// In order to support all possible bitcode formats in BitcodeReader we need
// to distiguish the following cases:
// to distinguish the following cases:
// 1) Record has no artificial tag (Record[1]),
// has no obsolete inlinedAt field (Record[9]).
// In this case Record size will be 8, HasAlignment flag is false.