diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2024-03-11 12:19:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-11 12:19:46 -0500 |
| commit | 5c656a2b6fa0287a22cf8f96c513b4747843d2a2 (patch) | |
| tree | 93b44aec5abf8f002f9a10210a266efc68050502 /Source/Core | |
| parent | b89a88afbc5fb93c737e7d74eda25e19b26e7c8f (diff) | |
| parent | 7b0d4f0578b9f9bd559c2e03678392c1c766e183 (diff) | |
Merge pull request #12623 from eltociear/patch-1
WiimoteReal: fix typo in WiimoteReal.cpp
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/HW/WiimoteReal/WiimoteReal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/HW/WiimoteReal/WiimoteReal.cpp b/Source/Core/Core/HW/WiimoteReal/WiimoteReal.cpp index ad310852f0..c376f536fe 100644 --- a/Source/Core/Core/HW/WiimoteReal/WiimoteReal.cpp +++ b/Source/Core/Core/HW/WiimoteReal/WiimoteReal.cpp @@ -762,7 +762,7 @@ void WiimoteScanner::ThreadFunc() } } - // Stop scanning if not in continous mode. + // Stop scanning if not in continuous mode. auto scan_mode = WiimoteScanMode::SCAN_ONCE; m_scan_mode.compare_exchange_strong(scan_mode, WiimoteScanMode::DO_NOT_SCAN); } |
