From: Peter Hutterer Date: Thu, 16 Jan 2014 23:47:39 +0000 (+1000) Subject: test: fix typo X-Git-Tag: libevdev-0.9.1~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4eeda3bc47ba682a96ab06a402250c040a1d0e07;p=platform%2Fupstream%2Flibevdev.git test: fix typo Signed-off-by: Peter Hutterer --- diff --git a/test/test-libevdev-events.c b/test/test-libevdev-events.c index ed21df3..47bbdb9 100644 --- a/test/test-libevdev-events.c +++ b/test/test-libevdev-events.c @@ -76,7 +76,7 @@ START_TEST(test_syn_dropped_event) -1); ck_assert_msg(rc == 0, "Failed to create device: %s", strerror(-rc)); - /* This is a bid complicated: + /* This is a bit complicated: we can't get SYN_DROPPED through uinput, so we push two events down uinput, and fetch one off libevdev (reading in the other one on the way). Then write a SYN_DROPPED on a pipe, switch the fd and read