Skip to content

Commit

Permalink
Fix spelling error in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-b-jakobsson committed Jul 1, 2024
1 parent 3c217f8 commit 029bc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_mouse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ void mouseTick() {

if (mouse_id == 0 || mouse_id == requestedmouse_id || mouse_id_prev == 3) {
// Intellimouse setup complete:
// mouse_id == 0 => Not an Intellimouse
// mouse_id == 0 => Not an Intellimouse, stop here
// mouse_id == requestedmouse_id => We got the requested ID, stop here
// mouse_id_prev == 3 => This was the second round, unsuccessul config of ID=4, nohting more to do
// mouse_id_prev == 3 => This was the second round, unsuccessul config of ID=4, nothing more to do
state = MOUSE_STATE_SET_SAMPLERATE;
}
else {
Expand Down

0 comments on commit 029bc90

Please sign in to comment.