summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/context.h
diff options
context:
space:
mode:
authorHarri Nieminen <moiman@posteo.net>2023-03-27 23:42:17 +0300
committerDudemanguy <random342@airmail.cc>2023-03-28 19:29:44 +0000
commit292a5868cb60c481ae9eaed7d21e67dcff41938f (patch)
treec5a87dee26e517c485bec6a8f4cad9271d25adf4 /video/out/gpu/context.h
parent24bed9b94991d060024dedeb05718d15d95fa77d (diff)
downloadmpv-292a5868cb60c481ae9eaed7d21e67dcff41938f.tar.bz2
mpv-292a5868cb60c481ae9eaed7d21e67dcff41938f.tar.xz
various: fix typos
Found by codespell
Diffstat (limited to 'video/out/gpu/context.h')
-rw-r--r--video/out/gpu/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gpu/context.h b/video/out/gpu/context.h
index 8ad77a6698..27d8462f97 100644
--- a/video/out/gpu/context.h
+++ b/video/out/gpu/context.h
@@ -103,5 +103,5 @@ struct ra_swapchain_fns {
struct ra_ctx *ra_ctx_create(struct vo *vo, struct ra_ctx_opts opts);
void ra_ctx_destroy(struct ra_ctx **ctx);
-// Special case of creating a ra_ctx while specifiying a specific context by name.
+// Special case of creating a ra_ctx while specifying a specific context by name.
struct ra_ctx *ra_ctx_create_by_name(struct vo *vo, const char *name);