[llvm] r201944 - Fix typo

Manman Ren manman.ren at gmail.com
Sat Feb 22 11:31:28 PST 2014


Author: mren
Date: Sat Feb 22 13:31:28 2014
New Revision: 201944

URL: http://llvm.org/viewvc/llvm-project?rev=201944&view=rev
Log:
Fix typo

Modified:
    llvm/trunk/lib/CodeGen/RegAllocBase.cpp

Modified: llvm/trunk/lib/CodeGen/RegAllocBase.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/RegAllocBase.cpp?rev=201944&r1=201943&r2=201944&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/RegAllocBase.cpp (original)
+++ llvm/trunk/lib/CodeGen/RegAllocBase.cpp Sat Feb 22 13:31:28 2014
@@ -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.
 //
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list