From 15216161aae086fe9bb9659850272f23657fab84 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Wed, 4 Nov 2015 23:21:13 +0000 Subject: [PATCH] fix typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252096 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Bitcode/LLVMBitCodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.34.1