diff --git a/osu.Game/Utils/ModUtils.cs b/osu.Game/Utils/ModUtils.cs
index eb5deef6ea..cdca277dd8 100644
--- a/osu.Game/Utils/ModUtils.cs
+++ b/osu.Game/Utils/ModUtils.cs
@@ -193,7 +193,7 @@ namespace osu.Game.Utils
/// The ruleset to verify mods against.
/// The proposed mods.
/// Mods instantiated from which were valid for the given .
- /// Whether all were valid for the given .
+ /// Whether all were valid for the given .
public static bool InstantiateValidModsForRuleset(Ruleset ruleset, IEnumerable proposedMods, out List valid)
{
valid = new List();