screenshot: fix typo in comment

It was not meant to imply that screenshots are male. Female (and other)
screenshots are also welcome to this project.
This commit is contained in:
wm4 2020-02-07 13:42:22 +01:00
parent a3bd8c3b5f
commit c33bbc8694
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ void handle_each_frame_screenshot(struct MPContext *mpctx)
void *a[] = {mpctx, &wait};
run_command(mpctx, mp_cmd_clone(ctx->each_frame), NULL, screenshot_fin, a);
// Block (in a reentrant way) until he screenshot was written. Otherwise,
// Block (in a reentrant way) until the screenshot was written. Otherwise,
// we could pile up screenshot requests forever.
while (!mp_waiter_poll(&wait))
mp_idle(mpctx);