summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-09-02 08:41:22 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-09-02 08:41:22 -0400
commitd07a8b9965b54fca34b239a51af46b996a58d553 (patch)
tree95f5ec7ee8230ba2b53d068d796264b348e9f1b2 /indra
parent5521066237cd50feb09fc3244dda42e7c9609842 (diff)
SL-124 - small comment cleanups
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llface.cpp2
-rw-r--r--indra/newview/llfasttimerview.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index 424bc0228c..3d5e2d356e 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 e9b5403dea..d1e77f57e2 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();