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/input_common/gcadapter/gc_adapter.h | |
parent | 55fb8e7bdd01e2a9de37f68fb7ac40fb88b3f6f5 (diff) | |
parent | a745d87971b2c9795e1b2c587bfe30b849b522fa (diff) |
Merge pull request #5277 from Morph1984/fix-comments
general: Fix various spelling errors
Diffstat (limited to 'src/input_common/gcadapter/gc_adapter.h')
-rw-r--r-- | src/input_common/gcadapter/gc_adapter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input_common/gcadapter/gc_adapter.h b/src/input_common/gcadapter/gc_adapter.h index f1256c9da..7a6c545bd 100644 --- a/src/input_common/gcadapter/gc_adapter.h +++ b/src/input_common/gcadapter/gc_adapter.h @@ -120,17 +120,17 @@ private: /// For use in initialization, querying devices to find the adapter void Setup(); - /// Resets status of all GC controller devices to a disconected state + /// Resets status of all GC controller devices to a disconnected state void ResetDevices(); - /// Resets status of device connected to a disconected state + /// Resets status of device connected to a disconnected state void ResetDevice(std::size_t port); /// Returns true if we successfully gain access to GC Adapter bool CheckDeviceAccess(); /// Captures GC Adapter endpoint address - /// Returns true if the endpoind was set correctly + /// Returns true if the endpoint was set correctly bool GetGCEndpoint(libusb_device* device); /// For shutting down, clear all data, join all threads, release usb |