summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2013-01-17 17:00:35 +0100
committerhjk <qthjk@ovi.com>2013-01-17 17:02:35 +0100
commitfbb197655bcb4b0289da00af987ccdb58928cdfd (patch)
treed92e41a93c901a5e5270b41ea7ef0a3223c17ac1
parente2f86d9e48bd3ba424079fe34b002a7cbd4c63db (diff)
downloadqt-creator-fbb197655bcb4b0289da00af987ccdb58928cdfd.tar.gz
Debugger: correct typos in comment
Change-Id: I3211a696c65f500b8e7d7c4ce394788773ce5713 Reviewed-by: hjk <qthjk@ovi.com>
-rw-r--r--src/plugins/debugger/gdb/gdbengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/gdb/gdbengine.cpp b/src/plugins/debugger/gdb/gdbengine.cpp
index c9588c2489..2bb535992b 100644
--- a/src/plugins/debugger/gdb/gdbengine.cpp
+++ b/src/plugins/debugger/gdb/gdbengine.cpp
@@ -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);
}