From 5d191d10e7d08422ed1497f78422b26cb1d6ea4d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 2 Dec 2015 10:12:48 +1000 Subject: [PATCH] Add a missing closing ) in a comment Signed-off-by: Peter Hutterer --- test/touchpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/touchpad.c b/test/touchpad.c index 8bff5a9f..9f5e5a95 100644 --- a/test/touchpad.c +++ b/test/touchpad.c @@ -3514,7 +3514,7 @@ litest_setup_tests(void) litest_add("touchpad:left-handed", touchpad_left_handed_clickpad_delayed, LITEST_CLICKPAD, LITEST_APPLE_CLICKPAD); /* Semi-MT hover tests aren't generic, they only work on this device and - * ignore the semi-mt capability (it doesn't matter for the tests */ + * ignore the semi-mt capability (it doesn't matter for the tests) */ litest_add_for_device("touchpad:semi-mt-hover", touchpad_semi_mt_hover_noevent, LITEST_SYNAPTICS_HOVER_SEMI_MT); litest_add_for_device("touchpad:semi-mt-hover", touchpad_semi_mt_hover_down, LITEST_SYNAPTICS_HOVER_SEMI_MT); litest_add_for_device("touchpad:semi-mt-hover", touchpad_semi_mt_hover_down_up, LITEST_SYNAPTICS_HOVER_SEMI_MT);