# HG changeset patch # User Paul Boddie # Date 1527784461 -7200 # Node ID 75580e28f1cdc0dc4c1659c11f6a34f5f20fa957 # Parent 3fc42cc1cc652464addf78338724a21b3fc0d988 Trivial comment fix about obtaining an interrupt capability. diff -r 3fc42cc1cc65 -r 75580e28f1cd pkg/devices/input/src/server/input-keypad-server.cc --- a/pkg/devices/input/src/server/input-keypad-server.cc Thu May 31 14:41:44 2018 +0200 +++ b/pkg/devices/input/src/server/input-keypad-server.cc Thu May 31 18:34:21 2018 +0200 @@ -94,7 +94,7 @@ ios >> op; switch (op) { - /* Just return the interrupt capability. */ + /* Just obtain the interrupt capability. */ case Input_event_op_bind: ios >> irqnum;