[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h

Misha Brukman brukman at cs.uiuc.edu
Thu Mar 31 13:30:46 PST 2005



Changes in directory llvm/include/llvm/CodeGen:

SelectionDAGNodes.h updated: 1.22 -> 1.23
---
Log message:

Fix spelling of `corresponds'


---
Diffs of the changes:  (+1 -1)

 SelectionDAGNodes.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.22 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.23
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.22	Thu Mar 31 15:24:06 2005
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h	Thu Mar 31 15:30:35 2005
@@ -225,7 +225,7 @@
     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.






More information about the llvm-commits mailing list