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 | b02b62a2719bf5cfe12cfc902ab4e85d675450a0 (patch) | |
tree | ad1466c82d759d4ce84772ad7c8105ee9e88c705 /lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | |
parent | 6ed58e0d1633c6cdd46a5448b372ae5014dc686a (diff) |
Fix typos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101266 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index 6d8fab8a6a..e8e7694b23 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 |