diff --git a/indra/llinventory/llpermissions.h b/indra/llinventory/llpermissions.h
index 32fae844fbf0a336afbe62a49186ddd98033d283..27252f7b97da395caadc7f55687880369995728d 100644
--- a/indra/llinventory/llpermissions.h
+++ b/indra/llinventory/llpermissions.h
@@ -251,9 +251,7 @@ class LLPermissions
 	BOOL setNextOwnerBits(const LLUUID& agent, const LLUUID& group, BOOL set, PermissionMask bits);
 	
 	// This is currently only used in the Viewer to handle calling cards
-	// where the creator is actually used to store the target.
-	// It is also used for saving a GLTF material on a prim.
-	// Use with care.
+	// where the creator is actually used to store the target. Use with care.
 	void setCreator(const LLUUID& creator) { mCreator = creator; }
 	
 	//