From ac05a5efddeccee02adeaab83f0471f9cf0e198a Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Wed, 30 Oct 2013 09:05:19 +0100 Subject: [PATCH] Spelling fix --- os/include/input/keycodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/include/input/keycodes.h b/os/include/input/keycodes.h index 9acacbdf6f..47b4681606 100644 --- a/os/include/input/keycodes.h +++ b/os/include/input/keycodes.h @@ -18,7 +18,7 @@ #define _INCLUDE__INPUT__KEYCODES_H_ /* - * C++ provides no reflection of the names of enum value. So we use the + * C++ provides no reflection of the names of enum values. So we use the * preprocessor to generate the bodies of both the enum type 'Keycode' and * the reflection function 'key_name' from one definition. */