diff --git a/OpenMetaverse/ParcelManager.cs b/OpenMetaverse/ParcelManager.cs
index b47f696c..3c1fc557 100644
--- a/OpenMetaverse/ParcelManager.cs
+++ b/OpenMetaverse/ParcelManager.cs
@@ -461,7 +461,7 @@ namespace OpenMetaverse
{
/// The total number of contiguous 4x4 meter blocks your agent owns within this parcel
public int SelfCount;
- /// The total number of contiguous 4x4 meter blocks contained in this parcel
+ /// The total number of contiguous 4x4 meter blocks contained in this parcel owned by a group or agent other than your own
public int OtherCount;
/// Deprecated, Value appears to always be 0
public int PublicCount;
@@ -501,8 +501,8 @@ namespace OpenMetaverse
public int MaxPrims;
/// Total number of primitives on this parcel
public int TotalPrims;
- /// Total number of primitives owned by the parcel owner on
- /// this parcel, for parcels owned by an individual this value will be 0
+ /// For group-owned parcels this indicates the total number of prims deeded to the group,
+ /// for parcels owned by an individual this inicates the number of prims owned by the individual
public int OwnerPrims;
/// Total number of primitives owned by the parcel group on
/// this parcel, or for parcels owned by an individual with a group set the