summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-24 02:42:45 +0100
committerGitHub <noreply@github.com>2018-01-24 02:42:45 +0100
commit337664ae7c9a56fbe6b51d1efd949328fbe986b8 (patch)
treec09bb728bfc10415e5afebdb0b64cd3607177d82
parentMerge pull request #135 from Subv/no_ports (diff)
parentCorrect Spelling (diff)
downloadyuzu-337664ae7c9a56fbe6b51d1efd949328fbe986b8.tar
yuzu-337664ae7c9a56fbe6b51d1efd949328fbe986b8.tar.gz
yuzu-337664ae7c9a56fbe6b51d1efd949328fbe986b8.tar.bz2
yuzu-337664ae7c9a56fbe6b51d1efd949328fbe986b8.tar.lz
yuzu-337664ae7c9a56fbe6b51d1efd949328fbe986b8.tar.xz
yuzu-337664ae7c9a56fbe6b51d1efd949328fbe986b8.tar.zst
yuzu-337664ae7c9a56fbe6b51d1efd949328fbe986b8.zip
Diffstat (limited to '')
-rw-r--r--src/core/core.h4
1 files 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();