aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-03-31 21:30:35 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-03-31 21:30:35 +0000
commite3f570c3f9048bc71a9f5841343eae63719e439b (patch)
treeb2ee2dc515c7f7626019ecdd7604c89ad23754c8 /include/llvm/CodeGen
parent95762124a1d781cc0f8cbc4c22e9c5c1358d7ea0 (diff)
downloadexternal_llvm-e3f570c3f9048bc71a9f5841343eae63719e439b.zip
external_llvm-e3f570c3f9048bc71a9f5841343eae63719e439b.tar.gz
external_llvm-e3f570c3f9048bc71a9f5841343eae63719e439b.tar.bz2
Fix spelling of `corresponds'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index 80c9428..67ceda1 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.