diff --git a/IPA.Loader/Loader/PluginManager.cs b/IPA.Loader/Loader/PluginManager.cs
index b911abd6..d16a841f 100644
--- a/IPA.Loader/Loader/PluginManager.cs
+++ b/IPA.Loader/Loader/PluginManager.cs
@@ -51,7 +51,7 @@ namespace IPA.Loader
///
/// Gets info about the plugin with the specified ID.
///
- /// the ModSaber name of the plugin to get (must be an exact match)
+ /// the ID name of the plugin to get (must be an exact match)
/// the plugin info for the requested plugin or null
public static PluginInfo GetPluginFromId(string name)
{