From e3f570c3f9048bc71a9f5841343eae63719e439b Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 31 Mar 2005 21:30:35 +0000 Subject: [PATCH] Fix spelling of `corresponds' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20966 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SelectionDAGNodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1