diff --git a/osu.Game/Rulesets/Objects/Legacy/ConvertHitObjectParser.cs b/osu.Game/Rulesets/Objects/Legacy/ConvertHitObjectParser.cs
index d8d90fddfa..9e936c7717 100644
--- a/osu.Game/Rulesets/Objects/Legacy/ConvertHitObjectParser.cs
+++ b/osu.Game/Rulesets/Objects/Legacy/ConvertHitObjectParser.cs
@@ -331,7 +331,7 @@ namespace osu.Game.Rulesets.Objects.Legacy
/// The position of the hit object.
/// Whether the hit object creates a new combo.
/// When starting a new combo, the offset of the new combo relative to the current one.
- /// The hold end time.
+ /// The hold duration.
protected abstract HitObject CreateHold(Vector2 position, bool newCombo, int comboOffset, double duration);
private List convertSoundType(LegacyHitSoundType type, SampleBankInfo bankInfo)