From: Manman Ren Date: Sat, 22 Feb 2014 19:31:28 +0000 (+0000) Subject: Fix typo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2938fa44ff389f8b0b7c35ab6c0808e21ab4fa3d;p=oota-llvm.git Fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201944 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAllocBase.cpp b/lib/CodeGen/RegAllocBase.cpp index 2e433811f44..48aadc2a5f3 100644 --- a/lib/CodeGen/RegAllocBase.cpp +++ b/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. // //===----------------------------------------------------------------------===//