diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index 424bc0228c0afdd703f8b7345af212c858dfdaa3..3d5e2d356ea955a23dcb40a43200c3617e2bb5c1 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 e9b5403deaeb67f9efaee8706893be238ab1a9b5..d1e77f57e28c2999d9d35dab9f25a2de82d2fcd3 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();