summaryrefslogtreecommitdiff
path: root/lib/igt_draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_draw.h')
-rw-r--r--lib/igt_draw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/igt_draw.h b/lib/igt_draw.h
index 61ffad5c..9d8413a4 100644
--- a/lib/igt_draw.h
+++ b/lib/igt_draw.h
@@ -29,10 +29,10 @@
#include "igt_fb.h"
/**
- *igt_draw_method:
+ * igt_draw_method:
* @IGT_DRAW_MMAP_CPU: draw using a CPU mmap.
* @IGT_DRAW_MMAP_GTT: draw using a GTT mmap.
- * @IGT-DRAW_MMAP_WC: draw using the WC mmap.
+ * @IGT_DRAW_MMAP_WC: draw using the WC mmap.
* @IGT_DRAW_PWRITE: draw using the pwrite ioctl.
* @IGT_DRAW_BLT: draw using the BLT ring.
* @IGT_DRAW_RENDER: draw using the render ring.