summaryrefslogtreecommitdiffhomepage
path: root/src/srp/fw-ec/kbd-sc-cb.c.gsp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-14 03:01:06 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-14 03:01:06 +0100
commitb08105bfe7a5aa1e8467dae84601a585f490318a (patch)
tree2edc38722a7bbd2c070c8b0207c3bfdc1856b36d /src/srp/fw-ec/kbd-sc-cb.c.gsp
parentebb2e8d6e7a981bf35c5df6d5b4ce5d9ec0429cb (diff)
Use single quotes
Diffstat (limited to 'src/srp/fw-ec/kbd-sc-cb.c.gsp')
-rw-r--r--src/srp/fw-ec/kbd-sc-cb.c.gsp2
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);