summaryrefslogtreecommitdiff
path: root/telepathy-logger/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/debug.h')
-rw-r--r--telepathy-logger/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-logger/debug.h b/telepathy-logger/debug.h
index 1766b2c..db9b35a 100644
--- a/telepathy-logger/debug.h
+++ b/telepathy-logger/debug.h
@@ -61,8 +61,8 @@ G_END_DECLS
#define DEBUGGING gabble_debug_flag_is_set (DEBUG_FLAG)
-/* The same of DEBUG, printing also the object-path property for the TpProxy
- * passed as first arg. prepending '_' not not shadow any local variable */
+/* The same of DEBUG, printing also the object-path property for the TpProxy,
+ * passed as first arg. prepending '_' to avoid shadowing local variables */
#define PATH_DEBUG(_proxy, _format, ...) \
G_STMT_START { \
const gchar *_path; \