diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs
index f96eafb177..3ed4eb2681 100644
--- a/OpenSim/Region/Environment/Scenes/InnerScene.cs
+++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs
@@ -627,7 +627,7 @@ namespace OpenSim.Region.Environment.Scenes
#region Get Methods
///
- /// Request a List of all scene presences in this scene. This returns a copy of the original list, so no
+ /// Request a List of all scene presences in this scene. This is a new list, so no
/// locking is required to iterate over it.
///
///
@@ -819,8 +819,8 @@ namespace OpenSim.Region.Environment.Scenes
}
///
- /// Returns a list of the entities in the scene. This is a new list so operations perform on the list itself
- /// will not affect the original list of objects in the scene.
+ /// Returns a list of the entities in the scene. This is a new list so no locking is required to iterate over
+ /// it
///
///
protected internal List GetEntities()