From 53c00922076846d8e949a6136a85d7dbe6c28749 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 31 Dec 2024 15:58:44 +0900 Subject: [PATCH] chore: update resource_manager.hpp critera -> criteria --- source/video_core/src/video_core/vulkan/resource_manager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/video_core/src/video_core/vulkan/resource_manager.hpp b/source/video_core/src/video_core/vulkan/resource_manager.hpp index 1c1a5ad..3a7cbbe 100644 --- a/source/video_core/src/video_core/vulkan/resource_manager.hpp +++ b/source/video_core/src/video_core/vulkan/resource_manager.hpp @@ -376,7 +376,7 @@ public: /** * Retrieves a color or depth/stencil target from the given area, similar - * to PrepareRenderTarget, with less strict critera for reusing existing + * to PrepareRenderTarget, with less strict criteria for reusing existing * resources than the latter. * * This functions returns an existing render target if the general image