diff --git a/src/BizHawk.Emulation.Common/Interfaces/Services/IDriveLight.cs b/src/BizHawk.Emulation.Common/Interfaces/Services/IDriveLight.cs
index 766d54ee2f..16dbc684da 100644
--- a/src/BizHawk.Emulation.Common/Interfaces/Services/IDriveLight.cs
+++ b/src/BizHawk.Emulation.Common/Interfaces/Services/IDriveLight.cs
@@ -16,9 +16,7 @@
///
bool DriveLightOn { get; }
- ///
- /// Gets a value indicating the description of the drive light icon (that will be displayed as a ToolTip on MainForm
- ///
+ /// description of the drive light icon (used in MainForm for the tooltip of the status bar icon)
string DriveLightIconDescription { get; }
}
}