aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render
diff options
context:
space:
mode:
authorAlexander Orzechowski <alex@ozal.ski>2023-05-04 18:11:33 -0400
committerAlexander Orzechowski <alex@ozal.ski>2023-05-11 03:51:01 -0400
commit84d07e711997e6842882d0751c319bf215faeac1 (patch)
tree52b8adba94f2b29750efa3f747c7ba0eeea83280 /include/wlr/render
parentb45396c790277f3527425bf60c9f27718edf25c8 (diff)
wlr_drm_format_set: Remove redundant text in comment for finish function
This is implied by the fact that this function finishes the state instead of destroying it.
Diffstat (limited to 'include/wlr/render')
-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);