diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-19 13:08:33 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-19 13:08:33 +0100 |
commit | 80ebd31ac474dfc1c9521b994b6abffe66a1562c (patch) | |
tree | c359c09ca7398f8491d64f58aaccd61b578b73c3 /indra | |
parent | 7462911bddd9b5e4033d7108ffc1b6716068f489 (diff) |
trivial comment fix.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 319d9b02a9..532391e590 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2537,7 +2537,7 @@ void LLAppViewer::writeSystemInfo() // which may have been the intended grid. This can b gDebugInfo["GridName"] = LLViewerLogin::getInstance()->getGridLabel(); - // *FIX:Mani - move this ddown in llappviewerwin32 + // *FIX:Mani - move this down in llappviewerwin32 #ifdef LL_WINDOWS DWORD thread_id = GetCurrentThreadId(); gDebugInfo["MainloopThreadID"] = (S32)thread_id; |