diff options
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r-- | indra/newview/llinventoryfunctions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 1ff1b9a066..968db84819 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -109,7 +109,7 @@ LLUIImagePtr get_item_icon(LLAssetType::EType asset_type, U32 attachment_point, BOOL item_is_multi ); -// Is it worn, attached, etc... +// Is this item or its baseitem is worn, attached, etc... BOOL get_is_item_worn(const LLUUID& id); #endif // LL_LLINVENTORYFUNCTIONS_H |