From d07a8b9965b54fca34b239a51af46b996a58d553 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Fri, 2 Sep 2016 08:41:22 -0400
Subject: [PATCH] SL-124 - small comment cleanups

---
 indra/newview/llface.cpp          | 2 +-
 indra/newview/llfasttimerview.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index 424bc0228c0..3d5e2d356ea 100644
--- a/indra/newview/llface.cpp
+++ b/indra/newview/llface.cpp
@@ -573,7 +573,7 @@ void LLFace::renderSelected(LLViewerTexture *imagep, const LLColor4& color)
 				LLRiggedVolume* rigged = volume->getRiggedVolume();
 				if (rigged)
 				{
-                    // BENTO - called when selecting a face during edit of a mesh object
+                    // called when selecting a face during edit of a mesh object
 					LLGLEnable offset(GL_POLYGON_OFFSET_FILL);
 					glPolygonOffset(-1.f, -1.f);
 					gGL.multMatrix((F32*) volume->getRelativeXform().mMatrix);
diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp
index e9b5403deae..d1e77f57e28 100644
--- a/indra/newview/llfasttimerview.cpp
+++ b/indra/newview/llfasttimerview.cpp
@@ -904,7 +904,7 @@ void LLFastTimerView::doAnalysisDefault(std::string baseline, std::string target
 			base[label]["Samples"].asInteger());			
 	}
 
-	// BENTO - this currently crashes
+	// This currently crashes, possibly due to a race condition in shutdown:
 	// exportCharts(baseline, target);
 
 	os.flush();
-- 
GitLab