From df313581dbef0a22ba04ade1cde4298599ecde62 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Tue, 11 Oct 2016 13:00:43 -0600 Subject: [PATCH] Correct typo in comments --- include/nuttx/input/buttons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nuttx/input/buttons.h b/include/nuttx/input/buttons.h index 901480bc8ee..3012ba98577 100644 --- a/include/nuttx/input/buttons.h +++ b/include/nuttx/input/buttons.h @@ -69,7 +69,7 @@ * Description: Specify the set of button events that can cause a poll() * to awaken. The default is all button depressions and all * button releases (all supported buttons); - * Argument: A read-only pointer to an instance of struct ajoy_pollevents_s + * Argument: A read-only pointer to an instance of struct btn_pollevents_s * Return: Zero (OK) on success. Minus one will be returned on failure * with the errno value set appropriately. */