diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-14 18:24:06 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-14 18:24:06 +0000 |
commit | 4e3b4439e2bf6843c945edb45559846c795fb230 (patch) | |
tree | ad1466c82d759d4ce84772ad7c8105ee9e88c705 | |
parent | d93a0d75a0c95a39fba2b9cd4f172a56174a72da (diff) | |
download | external_llvm-4e3b4439e2bf6843c945edb45559846c795fb230.zip external_llvm-4e3b4439e2bf6843c945edb45559846c795fb230.tar.gz external_llvm-4e3b4439e2bf6843c945edb45559846c795fb230.tar.bz2 |
Fix typos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101266 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 | ||||
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index 6d8fab8..e8e7694 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp @@ -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 diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index 027b779..e38c33c 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -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 |