From 423323170b01794084beb1d9993a10d8da84952b Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 27 Feb 2020 02:24:43 +0100 Subject: sub: fix typo in comment Reading this commit and this commit message is a waste of time. I guarantee it. --- sub/dec_sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub') 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) -- cgit v1.2.3