diff options
author | bunnei <bunneidev@gmail.com> | 2021-01-02 12:33:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-02 12:33:48 -0800 |
commit | 62f67df6d7cde8f5d08418dcbff725724cc6cff6 (patch) | |
tree | 61fb7dc24ebbf6e679deeba05278c5380cb35025 /src/yuzu/main.cpp | |
parent | 55fb8e7bdd01e2a9de37f68fb7ac40fb88b3f6f5 (diff) | |
parent | a745d87971b2c9795e1b2c587bfe30b849b522fa (diff) |
Merge pull request #5277 from Morph1984/fix-comments
general: Fix various spelling errors
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index ab66d7f93..f39da90ba 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -142,7 +142,7 @@ constexpr int default_mouse_timeout = 2500; /** * "Callouts" are one-time instructional messages shown to the user. In the config settings, there * is a bitfield "callout_flags" options, used to track if a message has already been shown to the - * user. This is 32-bits - if we have more than 32 callouts, we should retire and recyle old ones. + * user. This is 32-bits - if we have more than 32 callouts, we should retire and recycle old ones. */ enum class CalloutFlag : uint32_t { Telemetry = 0x1, |