vulkan: Fix a comment

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17286>
This commit is contained in:
Jason Ekstrand 2022-06-28 10:00:55 -05:00 committed by Marge Bot
parent bd3556a669
commit d46db2e5a6
1 changed files with 1 additions and 1 deletions

View File

@ -50,5 +50,5 @@ VK_DEFINE_NONDISP_HANDLE_CASTS(vk_framebuffer, base, VkFramebuffer,
}
#endif
#endif /* VK_RENDER_PASS_H */
#endif /* VK_FRAMEBUFFER_H */