summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2015-05-02 00:44:07 +0000
committerJim Grosbach <grosbach@apple.com>2015-05-02 00:44:07 +0000
commitbfe3a9c3181eafef417c57ef836c2155255b059a (patch)
treea939e610ed8add085b207b9c13d117d0f2f44965 /llvm/lib
parent6b921144ce42af05dcc567984ce8a9da16c479d2 (diff)
downloadbcm5719-llvm-bfe3a9c3181eafef417c57ef836c2155255b059a.tar.gz
bcm5719-llvm-bfe3a9c3181eafef417c57ef836c2155255b059a.zip
Fix spelling.
llvm-svn: 236367
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SplitKit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.h b/llvm/lib/CodeGen/SplitKit.h
index 2e60c1445b8..a0627634a82 100644
--- a/llvm/lib/CodeGen/SplitKit.h
+++ b/llvm/lib/CodeGen/SplitKit.h
@@ -419,7 +419,7 @@ public:
/// There may be extra indices created by dead code elimination.
void finish(SmallVectorImpl<unsigned> *LRMap = nullptr);
- /// dump - print the current interval maping to dbgs().
+ /// dump - print the current interval mapping to dbgs().
void dump() const;
// ===--- High level methods ---===
OpenPOWER on IntegriCloud