summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/assert.h')
-rw-r--r--pjlib/include/pj/assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/assert.h b/pjlib/include/pj/assert.h
index 6814e4cd..d6cb5163 100644
--- a/pjlib/include/pj/assert.h
+++ b/pjlib/include/pj/assert.h
@@ -49,7 +49,7 @@
/**
* @hideinitializer
- * If #PJ_ENABLE_EXTRA_CHECK is declared and non-zero, then
+ * If #PJ_ENABLE_EXTRA_CHECK is declared and the value is non-zero, then
* #PJ_ASSERT_RETURN macro will evaluate the expression in @a expr during
* run-time. If the expression yields false, assertion will be triggered
* and the current function will return with the specified return value.