[PBQP] Fix comment wording. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228390 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Arnaud A. de Grandmaison 2015-02-06 11:28:16 +00:00
parent 0d18b852e0
commit 52e57900a3

View File

@ -748,7 +748,7 @@ bool RegAllocPBQP::runOnMachineFunction(MachineFunction &MF) {
}
namespace {
// A Helper class for print node and register info in a consistent way
// A helper class for printing node and register info in a consistent way
class PrintNodeInfo {
public:
typedef PBQP::RegAlloc::PBQPRAGraph Graph;