summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocBase.cpp
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2014-02-22 19:31:28 +0000
committerManman Ren <manman.ren@gmail.com>2014-02-22 19:31:28 +0000
commit28671403bf897188e19fa14d7356fa8142b67fcd (patch)
treee122470d767a40e22f5b78074c1c2a525868313c /llvm/lib/CodeGen/RegAllocBase.cpp
parent19c02d29f578c4d582866d7c0f33c3ab16fadbac (diff)
downloadbcm5719-llvm-28671403bf897188e19fa14d7356fa8142b67fcd.tar.gz
bcm5719-llvm-28671403bf897188e19fa14d7356fa8142b67fcd.zip
Fix typo
llvm-svn: 201944
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBase.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocBase.cpp b/llvm/lib/CodeGen/RegAllocBase.cpp
index 2e433811f44..48aadc2a5f3 100644
--- a/llvm/lib/CodeGen/RegAllocBase.cpp
+++ b/llvm/lib/CodeGen/RegAllocBase.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file defines the RegAllocBase class which provides comon functionality
+// This file defines the RegAllocBase class which provides common functionality
// for LiveIntervalUnion-based register allocators.
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud