Mesa (main): vulkan: Fix a comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 29 21:01:19 UTC 2022


Module: Mesa
Branch: main
Commit: d46db2e5a60bd182324def30437556051d844cdd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d46db2e5a60bd182324def30437556051d844cdd

Author: Jason Ekstrand <jason.ekstrand at collabora.com>
Date:   Tue Jun 28 10:00:55 2022 -0500

vulkan: Fix a comment

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Jesse Natalie <jenatali at microsoft.com>
Reviewed-by: Boris Brezillon <boris.brezillon at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17286>

---

 src/vulkan/runtime/vk_framebuffer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vulkan/runtime/vk_framebuffer.h b/src/vulkan/runtime/vk_framebuffer.h
index a3d322d17da..a0f4b61a797 100644
--- a/src/vulkan/runtime/vk_framebuffer.h
+++ b/src/vulkan/runtime/vk_framebuffer.h
@@ -50,5 +50,5 @@ VK_DEFINE_NONDISP_HANDLE_CASTS(vk_framebuffer, base, VkFramebuffer,
 }
 #endif
 
-#endif /* VK_RENDER_PASS_H */
+#endif /* VK_FRAMEBUFFER_H */
 



More information about the mesa-commit mailing list