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);