cosmetic: fix a comment

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-03-23 14:01:58 +10:00
parent bc428e0211
commit 5e49ce5630

View file

@ -70,7 +70,7 @@ init_event_queue(struct libevdev *dev)
/* count the number of axes, keys, etc. to get a better idea at how
many events per EV_SYN we could possibly get. That's the max we
may get during SYN_DROPPED too. Use double that, just so we have
room for events while syncing an event.
room for events while syncing a device.
*/
for (type = EV_KEY; type < EV_MAX; type++) {
int max = libevdev_event_type_get_max(type);