Fix typo
authorManman Ren <manman.ren@gmail.com>
Sat, 22 Feb 2014 19:31:28 +0000 (19:31 +0000)
committerManman Ren <manman.ren@gmail.com>
Sat, 22 Feb 2014 19:31:28 +0000 (19:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201944 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocBase.cpp

index 2e433811f44a5593b95c78f4a7e9366a6f899bfe..48aadc2a5f385e0eab0c28cab9e29e00b91b07fa 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//