summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-11-25 11:59:37 +0000
committerThomas Wood <thomas.wood@intel.com>2014-11-25 11:59:37 +0000
commitae3a9466316d61ab336f43d06e6ed8bc5025389a (patch)
tree58f49fc2a09c922c9834703d32f03799c80675ff /lib/igt_core.h
parentb8f193bbbff1a322296969ded5a4c3f9fd759c6d (diff)
lib: fix symbol names in documentation comments
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/igt_core.h')
-rw-r--r--lib/igt_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_core.h b/lib/igt_core.h
index 846f5991..a2583488 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -263,7 +263,7 @@ void igt_exit(void) __attribute__((noreturn));
#define igt_fail_on(expr) igt_assert(!(expr))
/**
- * igt_assert_f:
+ * igt_fail_on_f:
* @expr: condition to test
* @...: format string and optional arguments
*