diff options
Diffstat (limited to 'indra/llinventory/llpermissions.h')
-rw-r--r-- | indra/llinventory/llpermissions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llpermissions.h b/indra/llinventory/llpermissions.h index 76794e1ed9..131db1a635 100644 --- a/indra/llinventory/llpermissions.h +++ b/indra/llinventory/llpermissions.h @@ -120,7 +120,7 @@ public: const LLUUID& getOwner() const { return mOwner; } // return the group_id of the group associated with the - // object. group_id == owner_id if the object is group owned. + // object. const LLUUID& getGroup() const { return mGroup; } // return the agent_id of the last agent owner. Only returns |