summaryrefslogtreecommitdiffhomepage
path: root/src/srp/fw-ec
diff options
context:
space:
mode:
Diffstat (limited to 'src/srp/fw-ec')
-rw-r--r--src/srp/fw-ec/index.gsp4
-rw-r--r--src/srp/fw-ec/kbd-sc-cb.c.gsp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/srp/fw-ec/index.gsp b/src/srp/fw-ec/index.gsp
index 3b8a94a..acd39b9 100644
--- a/src/srp/fw-ec/index.gsp
+++ b/src/srp/fw-ec/index.gsp
@@ -178,9 +178,9 @@ html lang="en" {
aside {
p data-ref="1" {-
- If you’re confused by what I mean by a “key-chord”, I am simply
+ If you’re confused by what I mean by a ‘key-chord’, I am simply
referring to pressing multiple keys in conjunction, such as when you
- press “@kbd{-Ctrl + C}” to copy text.
+ press ‘@kbd{-Ctrl + C}’ to copy text.
}
}
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);