From 1f6da9fbc5c56aeee73fd2f642cf13f70dd29fea Mon Sep 17 00:00:00 2001 From: Mohit Sahu Date: Sat, 28 Oct 2017 23:08:56 +0530 Subject: [PATCH] Capitalize the first word in a comment (#3059) * Correct spelling of searchfield in comment --- src/citra_qt/bootmanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp index 7107bfc60..11f9d174c 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp @@ -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) {