소스 검색

Fix one more typo

Viktor Szépe 2 년 전
부모
커밋
e8671ed04e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/video_core/renderer_vulkan/vk_scheduler.h

+ 1 - 1
src/video_core/renderer_vulkan/vk_scheduler.h

@@ -55,7 +55,7 @@ public:
     /// Requests to begin a renderpass.
     void RequestRenderpass(const Framebuffer* framebuffer);
 
-    /// Requests the current executino context to be able to execute operations only allowed outside
+    /// Requests the current execution context to be able to execute operations only allowed outside
     /// of a renderpass.
     void RequestOutsideRenderPassOperationContext();