From afa1ed6ad90b7c7cf4abd0f382829a7206fe46d8 Mon Sep 17 00:00:00 2001 From: N00byKing Date: Tue, 23 Jan 2018 14:20:18 +0100 Subject: Correct Spelling --- src/core/core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/core.h b/src/core/core.h index a9a035a1b..06ab4c75f 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -51,13 +51,13 @@ public: * requested is not guaranteed to run, as this will be interrupted preemptively if a hardware * update is requested (e.g. on a thread switch). * @param tight_loop Number of instructions to execute. - * @return Result status, indicating whethor or not the operation succeeded. + * @return Result status, indicating whether or not the operation succeeded. */ ResultStatus RunLoop(int tight_loop = 100000); /** * Step the CPU one instruction - * @return Result status, indicating whethor or not the operation succeeded. + * @return Result status, indicating whether or not the operation succeeded. */ ResultStatus SingleStep(); -- cgit v1.2.3