diff options
author | Jim Grosbach <grosbach@apple.com> | 2015-05-02 00:44:07 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2015-05-02 00:44:07 +0000 |
commit | bfe3a9c3181eafef417c57ef836c2155255b059a (patch) | |
tree | a939e610ed8add085b207b9c13d117d0f2f44965 /llvm/lib | |
parent | 6b921144ce42af05dcc567984ce8a9da16c479d2 (diff) | |
download | bcm5719-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.h | 2 |
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 ---=== |