From 248b06baa0d5bc75f2c3cd31f0b0638281e0a1d3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 5 Aug 2013 19:05:48 +0200 Subject: mp_msg: fix typo in comment --- core/mp_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mp_msg.c b/core/mp_msg.c index e9348dbf59..ff611451c2 100644 --- a/core/mp_msg.c +++ b/core/mp_msg.c @@ -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) { -- cgit v1.2.3