From 2c99feb9ec0d28cba53da962672df9068be22b00 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 20 Oct 2016 10:42:14 +0000 Subject: [PATCH] Fix spelling mistake in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284714 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Bitcode/Writer/BitcodeWriter.cpp b/lib/Bitcode/Writer/BitcodeWriter.cpp index 1a672df2a90..6bd1bf1b8cc 100644 --- a/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/lib/Bitcode/Writer/BitcodeWriter.cpp @@ -1722,7 +1722,7 @@ void ModuleBitcodeWriter::writeDILocalVariable( const DILocalVariable *N, SmallVectorImpl &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. -- 2.40.0