treewide: fix typos

This commit is contained in:
Torstein Husebø 2020-01-31 12:35:40 +01:00 committed by Drew DeVault
parent ec7d3f181d
commit af294289b1
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
/**
* Get modifier mask from modifier name.
*
* Returns the modifer mask or 0 if the name isn't found.
* Returns the modifier mask or 0 if the name isn't found.
*/
uint32_t get_modifier_mask_by_name(const char *name);