diff options
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 80c9428f0d..67ceda1161 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. |