From bacb278dc11292a9a851669a9056b9ea5bb77f3a Mon Sep 17 00:00:00 2001 From: gdkchan Date: Mon, 30 Dec 2019 14:44:22 -0300 Subject: Fix typos pointed out by LDj3SNuD --- Ryujinx.Graphics.Gpu/Image/TextureDescriptor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Graphics.Gpu/Image/TextureDescriptor.cs') diff --git a/Ryujinx.Graphics.Gpu/Image/TextureDescriptor.cs b/Ryujinx.Graphics.Gpu/Image/TextureDescriptor.cs index 5dbd1a08..aebf4abf 100644 --- a/Ryujinx.Graphics.Gpu/Image/TextureDescriptor.cs +++ b/Ryujinx.Graphics.Gpu/Image/TextureDescriptor.cs @@ -188,7 +188,7 @@ namespace Ryujinx.Graphics.Gpu.Image /// /// Unpacks the texture coordinates normalized flag. /// When this is true, texture coordinates are expected to be in the [0, 1] range on the shader. - /// WHen this is false, texture coordinates are expected to be in the [0, W], [0, H] and [0, D] range. + /// When this is false, texture coordinates are expected to be in the [0, W], [0, H] and [0, D] range. /// It must be set to false (by the guest driver) for rectangle textures. /// /// The texture coordinates normalized flag -- cgit v1.2.3