[PBQP] Fix comment wording. NFC

llvm-svn: 228390
This commit is contained in:
Arnaud A. de Grandmaison 2015-02-06 11:28:16 +00:00
parent be86bb1e6a
commit 77f62d45ef
1 changed files with 1 additions and 1 deletions

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;