]> granicus.if.org Git - llvm/commitdiff
Fix spelling mistake in comment.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 20 Oct 2016 10:42:14 +0000 (10:42 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 20 Oct 2016 10:42:14 +0000 (10:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284714 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bitcode/Writer/BitcodeWriter.cpp

index 1a672df2a905b4f1ded5294673c0564ec07eaf73..6bd1bf1b8cc7a04c8d5d69dcc0e568a9eef0fb80 100644 (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.