Add a missing closing ) in a comment
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 2 Dec 2015 00:12:48 +0000 (10:12 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 2 Dec 2015 00:49:09 +0000 (10:49 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/touchpad.c

index 8bff5a9fadd4d4df5f3ec2a81725843cc54aac2b..9f5e5a95a21ba0c8d2e0b1cc95d3d55406d9f06b 100644 (file)
@@ -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);