summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_core.h')
-rw-r--r--lib/igt_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt_core.h b/lib/igt_core.h
index e42dc337..b8f67023 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -268,6 +268,7 @@ void igt_exit(void) __attribute__((noreturn));
* igt_assert_cmpint:
* @n1: first value
* @cmp: compare operator
+ * @ncmp: negated version of @cmp
* @n2: second value
*
* Fails (sub-)test if the condition is not met