diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 80c9428f0d3..67ceda11613 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -225,7 +225,7 @@ namespace ISD { ADJCALLSTACKDOWN, // Beginning of a call sequence ADJCALLSTACKUP, // End of a call sequence - // PCMARKER - This corrosponds to the pcmarker intrinsic. + // PCMARKER - This corresponds to the pcmarker intrinsic. PCMARKER, // BUILTIN_OP_END - This must be the last enum value in this list.