summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-05 19:05:48 +0200
committerwm4 <wm4@nowhere>2013-08-05 19:18:33 +0200
commit248b06baa0d5bc75f2c3cd31f0b0638281e0a1d3 (patch)
treefc5c7f6ddc11a6c0c7eaeb687718604100915b95
parent3be39ed76c743647873201942012c43acdcd89a8 (diff)
downloadmpv-248b06baa0d5bc75f2c3cd31f0b0638281e0a1d3.tar.bz2
mpv-248b06baa0d5bc75f2c3cd31f0b0638281e0a1d3.tar.xz
mp_msg: fix typo in comment
-rw-r--r--core/mp_msg.c2
1 files changed, 1 insertions, 1 deletions
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)
{