aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
*/