aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wayland-util.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wayland-util.h b/src/wayland-util.h
index 46f9a81..a4b22b5 100644
--- a/src/wayland-util.h
+++ b/src/wayland-util.h
@@ -107,10 +107,10 @@ struct wl_interface {
*
* Iterate the list in ascending order:
* \code
- * item_t *item;
- * wl_list_for_each(item, foo_list, link) {
- * Do_something_with_item(item);
- * }
+ * item_t *item;
+ * wl_list_for_each(item, foo_list, link) {
+ * Do_something_with_item(item);
+ * }
* \endcode
*/
struct wl_list {