Fix typos in comments.
authorDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 18:24:06 +0000 (18:24 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 18:24:06 +0000 (18:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101266 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h

index 6d8fab8a6a7c08f2d658e167b07ae4a71462f2f1..e8e7694b23216f7836bfe7f437b88c5212547a7a 100644 (file)
@@ -534,7 +534,7 @@ void SelectionDAGBuilder::init(GCFunctionInfo *gfi, AliasAnalysis &aa) {
   TD = DAG.getTarget().getTargetData();
 }
 
-/// clear - Clear out the curret SelectionDAG and the associated
+/// clear - Clear out the current SelectionDAG and the associated
 /// state and prepare this SelectionDAGBuilder object to be used
 /// for a new block. This doesn't clear out information about
 /// additional blocks that are needed to complete switch lowering
index 027b779ac0261329af48a178ade782c954f2f4f5..e38c33c804a090b02317c0786baf64c0546aa08a 100644 (file)
@@ -310,7 +310,7 @@ public:
 
   void init(GCFunctionInfo *gfi, AliasAnalysis &aa);
 
-  /// clear - Clear out the curret SelectionDAG and the associated
+  /// clear - Clear out the current SelectionDAG and the associated
   /// state and prepare this SelectionDAGBuilder object to be used
   /// for a new block. This doesn't clear out information about
   /// additional blocks that are needed to complete switch lowering