OSDN Git Service

debugger: comment cosmetics
authorhjk <qtc-committer@nokia.com>
Wed, 15 Dec 2010 08:35:31 +0000 (09:35 +0100)
committerhjk <qtc-committer@nokia.com>
Wed, 15 Dec 2010 08:35:31 +0000 (09:35 +0100)
src/plugins/debugger/debuggerrunner.cpp

index de3fba9..6fc36e5 100644 (file)
@@ -301,12 +301,12 @@ DebuggerRunControl::DebuggerRunControl(RunConfiguration *runConfiguration,
         }
     }
 
-    // Fixme: unclean ipc override. Someone please have a better idea
+    // FIXME: Unclean ipc override. Someone please have a better idea.
     if (sp.startMode == StartRemoteEngine)
-        // for now thats the only supported ipc engine
+        // For now thats the only supported IPC engine.
         engineType = LldbEngineType;
 
-    // Fixme: 1 of 3 testing hacks.
+    // FIXME: 1 of 3 testing hacks.
     if (sp.processArgs.startsWith(__("@tcf@ ")))
         engineType = GdbEngineType;