diff --git a/indra/llcorehttp/_httplibcurl.cpp b/indra/llcorehttp/_httplibcurl.cpp index 854d048897..db75fe93fb 100755 --- a/indra/llcorehttp/_httplibcurl.cpp +++ b/indra/llcorehttp/_httplibcurl.cpp @@ -358,7 +358,7 @@ bool HttpLibcurl::completeRequest(CURLM * multi_handle, CURL * handle, CURLcode } } - // See if the requested URL matches a X-LL-URL header (if present) and the requested range. + // See if the requested URL matches a X-LL-URL header (if present) and the requested range. // If not, we assume http pipelining havng gone out of sync. If yes, yield a 503 status and switch // pipelining off. bool bFailed = false; diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index 3f12e8f646..9d88ad9aa8 100755 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -1652,7 +1652,7 @@ F32 LLViewerFetchedTexture::calcDecodePriority() LL_WARNS() << "Detected NaN for decode priority" << LL_ENDL; mDecodePriority = 0; // What to put here? Something low? high? zero? } - // + // return mDecodePriority; // no change while waiting to create } diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 31cf9f3fe7..93df23cdc1 100755 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -5257,7 +5257,7 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group) } else { - // Even more crash avoidance ... + // Even more crash avoidance ... // if (te->getColor().mV[3] > 0.f) if (te && te->getColor().mV[3] > 0.f) //