summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-02-18 10:28:31 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-02-18 15:38:04 +0100
commit27c741839492fe06bed954a00f581abd6936a6e2 (patch)
treefac2c2962a8015f3440d1e2441bf9485428d4b24 /src
parent1df790112ce0becff5d15c1139ad4bb066400a89 (diff)
downloadqt-creator-27c741839492fe06bed954a00f581abd6936a6e2.tar.gz
fix typos in comments
Diffstat (limited to 'src')
-rw-r--r--src/plugins/debugger/gdbengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/gdbengine.cpp b/src/plugins/debugger/gdbengine.cpp
index 719fa8cc11..c38bd2f2cb 100644
--- a/src/plugins/debugger/gdbengine.cpp
+++ b/src/plugins/debugger/gdbengine.cpp
@@ -1764,7 +1764,7 @@ void GdbEngine::jumpToLineExec(const QString &fileName, int lineNumber)
\fn void GdbEngine::setTokenBarrier()
\brief Sets up internal structures to handle a new debugger turn.
- This method is called at the beginnign of all step/next/finish etc.
+ This method is called at the beginning of all step/next/finish etc.
debugger functions.
*/
@@ -2748,7 +2748,7 @@ static QString gdbQuoteTypes(const QString &type)
//
// We never will have a perfect solution here (even if we had a full blown
// C++ parser as we do not have information on what is a type and what is
- // a vriable name. So "a<b>::c" could either be two comparisons of values
+ // a variable name. So "a<b>::c" could either be two comparisons of values
// 'a', 'b' and '::c', or a nested type 'c' in a template 'a<b>'. We
// assume here it is the latter.
//return type;