Skip to content

Commit

Permalink
Fix misspelling lastest -> latest
Browse files Browse the repository at this point in the history
  • Loading branch information
getreuer committed Jan 8, 2025
1 parent 36fdeb3 commit 2aacc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/action_tapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static void debug_registered_taps(void);
*
* In a situation with multiple unsettled tap-hold key presses, scan the queue
* up until the first release, non-tap-hold, or one-shot event and find the
* lastest event in the queue that settles as held according to
* latest event in the queue that settles as held according to
* get_chordal_hold().
*
* \return Index of the first tap, or equivalently, one past the latest hold.
Expand Down

0 comments on commit 2aacc99

Please sign in to comment.