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.
This commit is contained in:
Alexander Orzechowski 2023-05-04 18:11:33 -04:00
parent b45396c790
commit 84d07e7119
1 changed files with 1 additions and 2 deletions

View File

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