diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index cbc18259..f631eb30 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -5650,7 +5650,7 @@ GLFWAPI int glfwVulkanSupported(void); * * This function returns an array of names of Vulkan instance extensions required * by GLFW for creating Vulkan surfaces for GLFW windows. If successful, the - * list will always contains `VK_KHR_surface`, so if you don't require any + * list will always contain `VK_KHR_surface`, so if you don't require any * additional extensions you can pass this list directly to the * `VkInstanceCreateInfo` struct. *