diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-10-20 10:42:14 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-10-20 10:42:14 +0000 |
commit | 25059360d5243ae24dea04c3f3b966abbb29e099 (patch) | |
tree | b028c29cc885a1d95a1e0be4c67e231b7e0c6383 /llvm/lib/Bitcode | |
parent | 071da46a3508f5220b5126ab832a235ebacccd79 (diff) | |
download | bcm5719-llvm-25059360d5243ae24dea04c3f3b966abbb29e099.tar.gz bcm5719-llvm-25059360d5243ae24dea04c3f3b966abbb29e099.zip |
Fix spelling mistake in comment.
llvm-svn: 284714
Diffstat (limited to 'llvm/lib/Bitcode')
-rw-r--r-- | llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp index 1a672df2a90..6bd1bf1b8cc 100644 --- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp @@ -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. |