chore: remove repetitive words (#6500)

Signed-off-by: standstaff <zhengxingru@yeah.net>
This commit is contained in:
standstaff 2024-03-17 02:49:54 +08:00 committed by GitHub
parent 26026d1357
commit e19e7622a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View file

@ -136,7 +136,7 @@ namespace Ryujinx.Graphics.Vulkan
{
instance.EnumeratePhysicalDevices(out var physicalDevices).ThrowOnError();
// First we try to pick the the user preferred GPU.
// First we try to pick the user preferred GPU.
for (int i = 0; i < physicalDevices.Length; i++)
{
if (IsPreferredAndSuitableDevice(api, physicalDevices[i], surface, preferredGpuId))