summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-27 02:24:43 +0100
committerwm4 <wm4@nowhere>2020-02-27 02:24:43 +0100
commit423323170b01794084beb1d9993a10d8da84952b (patch)
tree8e15c959a5f642bd2816ed036f3a49e622615e32
parentcf2b7a4997299ff9e0ff91d4273cd294686b001f (diff)
downloadmpv-423323170b01794084beb1d9993a10d8da84952b.tar.bz2
mpv-423323170b01794084beb1d9993a10d8da84952b.tar.xz
sub: fix typo in comment
Reading this commit and this commit message is a waste of time. I guarantee it.
-rw-r--r--sub/dec_sub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/dec_sub.c b/sub/dec_sub.c
index ad46eaea73..fcaebedd1b 100644
--- a/sub/dec_sub.c
+++ b/sub/dec_sub.c
@@ -172,7 +172,7 @@ static struct sd *init_decoder(struct dec_sub *sub)
// Thread-safety of the returned object: all functions are thread-safe,
// except sub_get_bitmaps() and sub_get_text(). Decoder backends (sd_*)
// do not need to acquire locks.
-// Ownership of attachments goes to the caller, and is released with
+// Ownership of attachments goes to the callee, and is released with
// talloc_free() (even on failure).
struct dec_sub *sub_create(struct mpv_global *global, struct sh_stream *sh,
struct attachment_list *attachments)