From 49eb3c4025bbb225620f58d69f6d9365910b25c6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 16 Jan 2014 21:26:24 +0100 Subject: msg: fix typo in comment --- common/msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/msg.h b/common/msg.h index 0ca449cb49..386151a768 100644 --- a/common/msg.h +++ b/common/msg.h @@ -63,7 +63,7 @@ bool mp_msg_test(struct mp_log *log, int lev); #define mp_trace(log, ...) mp_msg(log, MSGL_TRACE, __VA_ARGS__) // Convenience macros, typically called with a pointer to a context struct -// as first argument, which has a "struct mp_log log;" member. +// as first argument, which has a "struct mp_log *log;" member. #define MP_MSG(obj, lev, ...) mp_msg((obj)->log, lev, __VA_ARGS__) -- cgit v1.2.3