mp_msg: fix typo in comment

This commit is contained in:
wm4 2013-08-05 19:05:48 +02:00
parent 3be39ed76c
commit 248b06baa0
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ static const char *module_text[MSGT_MAX] = {
// The name is the prefix put before the output. It's usually prefixed by the
// parent's name. If the name starts with "/", the parent's name is not
// prefixed (except in verbose mode), and if it starts with "!", the name is
// printed at all (except in verbose mode).
// not printed at all (except in verbose mode).
struct mp_log *mp_log_new(void *talloc_ctx, struct mp_log *parent,
const char *name)
{