diff --git a/Ryujinx.HLE/HOS/Services/Prepo/IPrepoService.cs b/Ryujinx.HLE/HOS/Services/Prepo/IPrepoService.cs index 241c512fd4..3d77dbfaef 100644 --- a/Ryujinx.HLE/HOS/Services/Prepo/IPrepoService.cs +++ b/Ryujinx.HLE/HOS/Services/Prepo/IPrepoService.cs @@ -164,7 +164,7 @@ namespace Ryujinx.HLE.HOS.Services.Prepo fieldStr += $", Value: {value}"; } - // TODO(Ac_k): Determine why there are non-alphanumeric values sometimes. + // TODO(Ac_K): Determine why there are non-alphanumeric values sometimes. if (rawValues.Length > 0) { fieldStr += $", RawValue: 0x{BitConverter.ToString(rawValues).Replace("-", "")}";