mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 21:26:36 +00:00
comp: clean up comment
This commit is contained in:
parent
8553b5f901
commit
ace8dc8c46
|
@ -69,7 +69,7 @@ comp_buffer_init(struct vk_bundle *vk,
|
|||
VkDeviceSize size);
|
||||
|
||||
/*!
|
||||
* Frees all resources that this buffer has, doesn't not free the buffer itself.
|
||||
* Frees all resources that this buffer has, but does not free the buffer itself.
|
||||
*/
|
||||
void
|
||||
comp_buffer_close(struct vk_bundle *vk, struct comp_buffer *buffer);
|
||||
|
|
Loading…
Reference in a new issue