aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-05-02 21:51:20 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-05-06 18:33:44 +0900
commitcd4d4f22f65765d2b9477d646e000b8b0e3c81b5 (patch)
treef896e6394d078c900ff86c463828fb5597585275
parent82f8be217bf2cd779089b27827088c80874359ac (diff)
downloadlibhinoko-main.tar.gz
fw_iso_ctx: fix speling for contextmain
The word, context, is sometimes written with the word, contest. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/fw_iso_ctx.c2
-rw-r--r--src/fw_iso_ctx.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fw_iso_ctx.c b/src/fw_iso_ctx.c
index 281b454..22b8fc6 100644
--- a/src/fw_iso_ctx.c
+++ b/src/fw_iso_ctx.c
@@ -190,7 +190,7 @@ void hinoko_fw_iso_ctx_unmap_buffer(HinokoFwIsoCtx *self)
* hinoko_fw_iso_ctx_release:
* @self: A [iface@FwIsoCtx].
*
- * Release the contest from 1394 OHCI hardware.
+ * Release the context from 1394 OHCI hardware.
*
* Since: 0.7
*/
diff --git a/src/fw_iso_ctx.h b/src/fw_iso_ctx.h
index bd8608d..dc96c18 100644
--- a/src/fw_iso_ctx.h
+++ b/src/fw_iso_ctx.h
@@ -42,7 +42,7 @@ struct _HinokoFwIsoCtxInterface {
* HinokoFwIsoCtxInterface::release:
* @self: A [iface@FwIsoCtx].
*
- * Virtual function to release the contest from 1394 OHCI hardware.
+ * Virtual function to release the context from 1394 OHCI hardware.
*
* Since: 0.7
*/