Improve comment

This commit is contained in:
gdkchan 2024-09-19 21:06:26 -03:00
parent dc8c54ee62
commit 63c9166d7c

View file

@ -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)