summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/gdbengine.cpp
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-24 15:09:26 +0100
commit265866f6fcfb09675f0fd75ff178591829b1faed (patch)
treed2c8f703f7e819043921de0ba0ebf389b288929d /src/plugins/debugger/gdbengine.cpp
parentb219bb3bee552d6049a00b9ebcab40c520d02f2e (diff)
downloadqt-creator-265866f6fcfb09675f0fd75ff178591829b1faed.tar.gz
fix typos in comments
Diffstat (limited to 'src/plugins/debugger/gdbengine.cpp')
-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 5e0bad8457..6fc0423cd5 100644
--- a/src/plugins/debugger/gdbengine.cpp
+++ b/src/plugins/debugger/gdbengine.cpp
@@ -1798,7 +1798,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.
*/
@@ -2782,7 +2782,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;