From 84d07e711997e6842882d0751c319bf215faeac1 Mon Sep 17 00:00:00 2001
From: Alexander Orzechowski <alex@ozal.ski>
Date: Thu, 4 May 2023 18:11:33 -0400
Subject: 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.
---
 include/wlr/render/drm_format_set.h | 3 +--
 1 file changed, 1 insertion(+), 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);
 
-- 
cgit v1.2.3