aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/wlr/render/drm_format_set.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/wlr/render/drm_format_set.h b/include/wlr/render/drm_format_set.h
index 90be4990..364a3c8d 100644
--- a/include/wlr/render/drm_format_set.h
+++ b/include/wlr/render/drm_format_set.h
@@ -58,8 +58,7 @@ struct wlr_drm_format_set {
};
/**
- * Free all of the DRM formats in the set, making the set empty. Does not
- * free the set itself.
+ * Free all of the DRM formats in the set, making the set empty.
*/
void wlr_drm_format_set_finish(struct wlr_drm_format_set *set);