diff options
| author | Sintendo <3380580+Sintendo@users.noreply.github.com> | 2026-01-17 19:02:37 +0100 |
|---|---|---|
| committer | Sintendo <3380580+Sintendo@users.noreply.github.com> | 2026-01-17 20:11:38 +0100 |
| commit | 1e0473e44f5e21558d75b0121bd935bb50825c26 (patch) | |
| tree | 09ddd41f1d76589db003550271f2a74d58b271ab /Source/Core/VideoCommon/RenderState.cpp | |
| parent | 9ec1d70f513a3e71b64fe08f7ba4e52df3d060a2 (diff) | |
Fix various typos and spelling mistakes
Diffstat (limited to 'Source/Core/VideoCommon/RenderState.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/RenderState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/RenderState.cpp b/Source/Core/VideoCommon/RenderState.cpp index 0276c6da08..47fb5d7a03 100644 --- a/Source/Core/VideoCommon/RenderState.cpp +++ b/Source/Core/VideoCommon/RenderState.cpp @@ -76,7 +76,7 @@ static DstBlendFactor RemoveDstAlphaUsage(DstBlendFactor factor) } // We separate the blending parameter for rgb and alpha. For blending -// the alpha component, CLR and ALPHA are indentical. So just always +// the alpha component, CLR and ALPHA are identical. So just always // use ALPHA as this makes it easier for the backends to use the second // alpha value of dual source blending. static DstBlendFactor RemoveSrcColorUsage(DstBlendFactor factor) |
