[llvm] r252096 - fix typo; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 15:21:13 PST 2015


Author: spatel
Date: Wed Nov  4 17:21:13 2015
New Revision: 252096

URL: http://llvm.org/viewvc/llvm-project?rev=252096&view=rev
Log:
fix typo; NFC

Modified:
    llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h

Modified: llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h?rev=252096&r1=252095&r2=252096&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h (original)
+++ llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h Wed Nov  4 17:21:13 2015
@@ -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]




More information about the llvm-commits mailing list