From 1e0473e44f5e21558d75b0121bd935bb50825c26 Mon Sep 17 00:00:00 2001 From: Sintendo <3380580+Sintendo@users.noreply.github.com> Date: Sat, 17 Jan 2026 19:02:37 +0100 Subject: Fix various typos and spelling mistakes --- Source/Core/VideoCommon/CPUCull.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/CPUCull.cpp') diff --git a/Source/Core/VideoCommon/CPUCull.cpp b/Source/Core/VideoCommon/CPUCull.cpp index 8158e23a7e..2ef0881011 100644 --- a/Source/Core/VideoCommon/CPUCull.cpp +++ b/Source/Core/VideoCommon/CPUCull.cpp @@ -153,7 +153,7 @@ bool CPUCull::AreAllVerticesCulled(VertexLoaderBase* loader, OpcodeDecoder::Prim Common::AllocateAlignedMemory(new_size * sizeof(TransformedVertex), 32))); } - // transform functions need the projection matrix to tranform to clip space + // transform functions need the projection matrix to transform to clip space auto& system = Core::System::GetInstance(); system.GetVertexShaderManager().SetProjectionMatrix(system.GetXFStateManager()); -- cgit v1.2.3