diff options
Diffstat (limited to 'Documentation/input/input.txt')
-rw-r--r-- | Documentation/input/input.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/input/input.txt b/Documentation/input/input.txt index a8aa848f865..fabb8235c27 100644 --- a/Documentation/input/input.txt +++ b/Documentation/input/input.txt @@ -279,7 +279,7 @@ struct input_event { }; 'time' is the timestamp, it returns the time at which the event happened. -Type is for example EV_REL for relative momement, REL_KEY for a keypress or +Type is for example EV_REL for relative moment, REL_KEY for a keypress or release. More types are defined in include/linux/input.h. 'code' is event code, for example REL_X or KEY_BACKSPACE, again a complete |