OSDN Git Service

Fix spelling of `corresponds'
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 31 Mar 2005 21:30:35 +0000 (21:30 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 31 Mar 2005 21:30:35 +0000 (21:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20966 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index 80c9428..67ceda1 100644 (file)
@@ -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.