From 63c9166d7c38379de59d47195bcd92e6ed3f7c8e Mon Sep 17 00:00:00 2001 From: gdkchan Date: Thu, 19 Sep 2024 21:06:26 -0300 Subject: [PATCH] Improve comment --- src/Ryujinx.Graphics.Shader/Translation/Optimizations/Utils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx.Graphics.Shader/Translation/Optimizations/Utils.cs b/src/Ryujinx.Graphics.Shader/Translation/Optimizations/Utils.cs index dd8bbca204..6ec90fa3c5 100644 --- a/src/Ryujinx.Graphics.Shader/Translation/Optimizations/Utils.cs +++ b/src/Ryujinx.Graphics.Shader/Translation/Optimizations/Utils.cs @@ -167,7 +167,7 @@ namespace Ryujinx.Graphics.Shader.Translation.Optimizations } } - // If all sources but one are all undefined, we can assume that the one + // If all sources but one are undefined, we can assume that the one // that is not undefined is the right one. if (undefCount == phiNode.SourcesCount - 1)