From cc3b84d876f485acca515309fcddfd71ba73fc1f Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Thu, 26 Apr 2018 20:53:15 +0100
Subject: [PATCH] MAINT-8549 - comment tweak

---
 indra/newview/llvovolume.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 88f2ba34d3e..91ef64cb4b5 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -3728,7 +3728,6 @@ U32 LLVOVolume::getRenderCost(texture_cost_t &textures) const
 					// weighted attachment - 1 point for every 3 bytes
 					weighted_mesh = 1;
 				}
-
 			}
 			else
 			{
@@ -3897,7 +3896,7 @@ U32 LLVOVolume::getRenderCost(texture_cost_t &textures) const
 		shame += media_faces * ARC_MEDIA_FACE_COST;
 	}
 
-    // AXON streaming cost for animated objects includes a fixed cost
+    // Streaming cost for animated objects includes a fixed cost
     // per linkset. Add a corresponding charge here translated into
     // triangles, but not weighted by any graphics properties.
     if (isAnimatedObject() && isRootEdit())
-- 
GitLab