diff options
-rw-r--r-- | llvm/include/llvm/Bitcode/LLVMBitCodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Bitcode/LLVMBitCodes.h b/llvm/include/llvm/Bitcode/LLVMBitCodes.h index a4ba05216ad..08d88a20454 100644 --- a/llvm/include/llvm/Bitcode/LLVMBitCodes.h +++ b/llvm/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] |