Debugger: correct typos in comment

Change-Id: I3211a696c65f500b8e7d7c4ce394788773ce5713
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2013-01-17 17:00:35 +01:00
parent e2f86d9e48
commit fbb197655b

View File

@@ -4440,8 +4440,8 @@ void GdbEngine::fetchDisassemblerByCliPointPlain(const DisassemblerAgentCookie &
// postCommand(disassemblerCommand(ac.agent->location(), false), Discardable,
// CB(handleFetchDisassemblerByCliPointPlain),
// QVariant::fromValue(ac));
// takes far to long if function boundaries are not hit.
// Skip this feature and immediately fall back to the 'range' verion:
// takes far too long if function boundaries are not hit.
// Skip this feature and immediately fall back to the 'range' version:
fetchDisassemblerByCliRangePlain(ac0);
}