diff options
Diffstat (limited to 'src/srp/fw-ec/kbd-sc-cb.c.gsp')
-rw-r--r-- | src/srp/fw-ec/kbd-sc-cb.c.gsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/srp/fw-ec/kbd-sc-cb.c.gsp b/src/srp/fw-ec/kbd-sc-cb.c.gsp index fa03466..31524de 100644 --- a/src/srp/fw-ec/kbd-sc-cb.c.gsp +++ b/src/srp/fw-ec/kbd-sc-cb.c.gsp @@ -1,4 +1,4 @@ -@span .c-cmt {-/* “make_code” is the scancode. “pressed” is a boolean that is true if this is a} +@span .c-cmt {-/* ‘make_code’ is the scancode. ‘pressed’ is a boolean that is true if this is a} @span .c-cmt {-keydown event, and false if it’s a keyup. */} r = @span .c-fn {-my_handler_function}(make_code, pressed); |