From e4be3cbd96161f001f98fa337b3500c26ace324f Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Wed, 15 Nov 2023 10:48:18 -0600 Subject: [PATCH] c/util: Fix doxygen warning --- src/xrt/compositor/util/comp_swapchain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrt/compositor/util/comp_swapchain.c b/src/xrt/compositor/util/comp_swapchain.c index 00d937b9a..70b8c7adb 100644 --- a/src/xrt/compositor/util/comp_swapchain.c +++ b/src/xrt/compositor/util/comp_swapchain.c @@ -434,7 +434,7 @@ image_cleanup(struct vk_bundle *vk, struct comp_swapchain_image *image) /*! * Swapchain destruct is delayed until it is safe to destroy them, this function * does the actual destruction and is called from @ref - * comp_swapchain_garbage_collect. + * comp_swapchain_shared_garbage_collect. * * @ingroup comp_util */