From 5aff4d9f69c7dfc5fcc1fde2f8191ed89ab96b8f Mon Sep 17 00:00:00 2001
From: sabrina-shanman <sabrina@highfidelity.io>
Date: Mon, 20 May 2019 11:58:55 -0700
Subject: [PATCH] Update comment on render item status

---
 libraries/entities-renderer/src/RenderableEntityItem.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/entities-renderer/src/RenderableEntityItem.cpp b/libraries/entities-renderer/src/RenderableEntityItem.cpp
index fb6fbad2ac..659bdb215f 100644
--- a/libraries/entities-renderer/src/RenderableEntityItem.cpp
+++ b/libraries/entities-renderer/src/RenderableEntityItem.cpp
@@ -32,8 +32,8 @@
 using namespace render;
 using namespace render::entities;
 
-// These or the icon "name" used by the render item status value, they correspond to the atlas texture used by the DrawItemStatus
-// job in the current rendering pipeline defined as of now  (11/2015) in render-utils/RenderDeferredTask.cpp.
+// These or the icon "name" used by the render item status value, they correspond to the atlas texture used by the DrawStatus
+// job in the current rendering pipeline defined as of now  (2019/05) in render-utils/RenderDeferredTask.cpp.
 enum class RenderItemStatusIcon {
     ACTIVE_IN_BULLET = 0,
     PACKET_SENT = 1,