diff --git a/lib/CodeGen/RegAllocPBQP.cpp b/lib/CodeGen/RegAllocPBQP.cpp index 84001ffe598..af6d16eefd7 100644 --- a/lib/CodeGen/RegAllocPBQP.cpp +++ b/lib/CodeGen/RegAllocPBQP.cpp @@ -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;