diff --git a/BizHawk.Emulation.Common/Interfaces/Services/IBoardInfo.cs b/BizHawk.Emulation.Common/Interfaces/Services/IBoardInfo.cs
index 67a83a0ff4..9e58fd1f11 100644
--- a/BizHawk.Emulation.Common/Interfaces/Services/IBoardInfo.cs
+++ b/BizHawk.Emulation.Common/Interfaces/Services/IBoardInfo.cs
@@ -2,7 +2,7 @@
{
///
/// An that returns cart/mapper/board information about the Game hardware itself, if available
- /// Currently the board name is the only property but this could be expanded to support more detail informations
+ /// Currently the board name is the only property but this could be expanded to support more detailed information
///
///
///