diff --git a/src/BizHawk.Emulation.Common/Interfaces/IEmulatorServiceProvider.cs b/src/BizHawk.Emulation.Common/Interfaces/IEmulatorServiceProvider.cs
index efd87821d0..5e49dd7f35 100644
--- a/src/BizHawk.Emulation.Common/Interfaces/IEmulatorServiceProvider.cs
+++ b/src/BizHawk.Emulation.Common/Interfaces/IEmulatorServiceProvider.cs
@@ -26,7 +26,7 @@ namespace BizHawk.Emulation.Common
///
/// Returns an instance of T if T is available
- /// Else throws NRE
+ /// Else returns null
///
/// The requested
T GetService() where T : IEmulatorService;