diff --git a/OpenMetaverse/ObjectManager.cs b/OpenMetaverse/ObjectManager.cs
index ccbad354..cf26d92a 100644
--- a/OpenMetaverse/ObjectManager.cs
+++ b/OpenMetaverse/ObjectManager.cs
@@ -1467,8 +1467,8 @@ namespace OpenMetaverse
/// A reference to the object where the objects reside
/// An array which contains the IDs of the objects to set the permissions on
/// The new Who mask to set
- /// The new Permissions mark to set
- /// TODO: What does this do?
+ /// Which permission to modify
+ /// The new state of permission
public void SetPermissions(Simulator simulator, List localIDs, PermissionWho who,
PermissionMask permissions, bool set)
{