diff --git a/osu.Game/Skinning/Skin.cs b/osu.Game/Skinning/Skin.cs
index b6f46a0d81..e1fcf196f3 100644
--- a/osu.Game/Skinning/Skin.cs
+++ b/osu.Game/Skinning/Skin.cs
@@ -25,13 +25,13 @@ namespace osu.Game.Skinning
public abstract class Skin : IDisposable, ISkin
{
///
- /// A texture store which can be used to perform user file loops for this skin.
+ /// A texture store which can be used to perform user file lookups for this skin.
///
[CanBeNull]
protected TextureStore Textures { get; }
///
- /// A sample store which can be used to perform user file loops for this skin.
+ /// A sample store which can be used to perform user file lookups for this skin.
///
[CanBeNull]
protected ISampleStore Samples { get; }