From 9b70e53508e844515f2de8841daeaba01e69eb72 Mon Sep 17 00:00:00 2001 From: Chris Ko Date: Sun, 19 Apr 2020 18:04:26 -0400 Subject: [Docs] Fixed minor typos (#8860) --- tmk_core/common/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmk_core/common/action.c') diff --git a/tmk_core/common/action.c b/tmk_core/common/action.c index 27c0abe6f..e5e9e2705 100644 --- a/tmk_core/common/action.c +++ b/tmk_core/common/action.c @@ -870,7 +870,7 @@ void tap_code(uint8_t code) { /** \brief Adds the given physically pressed modifiers and sends a keyboard report immediately. * - * \param mods A bitfield of modifiers to unregister. + * \param mods A bitfield of modifiers to register. */ void register_mods(uint8_t mods) { if (mods) { -- cgit v1.2.3