Capitalize the first word in a comment (#3059)

* Correct spelling of searchfield in comment
This commit is contained in:
Mohit Sahu 2017-10-28 23:08:56 +05:30 committed by Sebastian Valle
parent c575e6b202
commit 1f6da9fbc5

View file

@ -30,9 +30,9 @@ void EmuThread::run() {
stop_run = false;
// holds whether the cpu was running during the last iteration,
// Holds whether the cpu was running during the last iteration,
// so that the DebugModeLeft signal can be emitted before the
// next execution step
// next execution step.
bool was_active = false;
while (!stop_run) {
if (running) {