From: Sanjay Patel Date: Wed, 4 Nov 2015 23:21:13 +0000 (+0000) Subject: fix typo; NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=15216161aae086fe9bb9659850272f23657fab84;p=oota-llvm.git fix typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252096 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Bitcode/LLVMBitCodes.h b/include/llvm/Bitcode/LLVMBitCodes.h index a4ba05216ad..08d88a20454 100644 --- a/include/llvm/Bitcode/LLVMBitCodes.h +++ b/include/llvm/Bitcode/LLVMBitCodes.h @@ -53,7 +53,7 @@ enum BlockIDs { OPERAND_BUNDLE_TAGS_BLOCK_ID }; -/// Idenfitication block contains a string that describes the producer details, +/// Identification block contains a string that describes the producer details, /// and an epoch that defines the auto-upgrade capability. enum IdentificationCodes { IDENTIFICATION_CODE_STRING = 1, // IDENTIFICATION: [strchr x N]