Fixup comment.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
index 9882faad1f6021feb03724d9d7fb29db97f22873..6acf19ee8c4fc9e20af7351dc47088f61c670ef5 100644 (file)
@@ -1069,7 +1069,7 @@ DwarfDebug::collectVariableInfo(const MachineFunction *MF,
     if (AbsVar)
       AbsVar->setMInsn(MInsn);
 
-    // Simple ranges that are fully coalesced.
+    // Simplify ranges that are fully coalesced.
     if (History.size() <= 1 || (History.size() == 2 &&
                                 MInsn->isIdenticalTo(History.back()))) {
       RegVar->setMInsn(MInsn);