summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_mac.cpp
diff options
context:
space:
mode:
authorsimon <none@none>2014-04-07 14:31:36 -0700
committersimon <none@none>2014-04-07 14:31:36 -0700
commit45651fda5a9b0ace8ef580751304b704a7fd9152 (patch)
tree3130f25613f1d829a35f15757898ce2a98aadb64 /indra/llvfs/lldir_mac.cpp
parent436332627021dbd82c1a98b2bfb97fdf6337234d (diff)
parentc9620e24d32a08ee79486d5ecc4085731432a0a6 (diff)
Merge downstream code
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);
}