summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_mac.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-04-25 10:53:50 -0700
committerMerov Linden <merov@lindenlab.com>2014-04-25 10:53:50 -0700
commitc00909603adc5981b05f4f9e31d067be64e8c6c2 (patch)
tree859a7dbfb6fe4fcf5a2740b1d20c05ee97a792a3 /indra/llvfs/lldir_mac.cpp
parent370620c56bfaa69bbab807a0c7f5d78fe8c0436b (diff)
parentc71e459bed68c1602d409e5c946c5e016d09d105 (diff)
Pull merge from lindenlab/viewer-release
Diffstat (limited to 'indra/llvfs/lldir_mac.cpp')
-rwxr-xr-xindra/llvfs/lldir_mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_mac.cpp b/indra/llvfs/lldir_mac.cpp
index e00596cdb5..2f47ab3507 100755
--- a/indra/llvfs/lldir_mac.cpp
+++ b/indra/llvfs/lldir_mac.cpp
@@ -134,7 +134,7 @@ LLDir_Mac::LLDir_Mac()
{
mOSCacheDir = *cachedir;
- //Aura TODO: This changes from ~/Library/Cache/Secondlife to ~/Library/Cache/com.app.secondlife/Secondlife. Last dir level could go away.
+ //TODO: This changes from ~/Library/Cache/Secondlife to ~/Library/Cache/com.app.secondlife/Secondlife. Last dir level could go away.
CreateDirectory(mOSCacheDir, secondLifeString, NULL);
}