summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_mac.cpp
diff options
context:
space:
mode:
authorsimon <none@none>2013-08-05 14:55:12 -0700
committersimon <none@none>2013-08-05 14:55:12 -0700
commit237dbb26f3c54157a4240b539e40c92f98b9f75f (patch)
tree20b633d545e61cd8bd110d2296f3e68d7d564862 /indra/llvfs/lldir_mac.cpp
parentd5aa619146d84c17a3e59432b1608d33bd4b64aa (diff)
parent71e2efab169af5d56f8c5416874d2f7c491f01f1 (diff)
Merge downstream code - Vivox update
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 c5041d434c..e00596cdb5 100755
--- a/indra/llvfs/lldir_mac.cpp
+++ b/indra/llvfs/lldir_mac.cpp
@@ -134,7 +134,7 @@ LLDir_Mac::LLDir_Mac()
{
mOSCacheDir = *cachedir;
- //SPATTERS TODO: This changes from ~/Library/Cache/Secondlife to ~/Library/Cache/com.app.secondlife/Secondlife. Last dir level could go away.
+ //Aura TODO: This changes from ~/Library/Cache/Secondlife to ~/Library/Cache/com.app.secondlife/Secondlife. Last dir level could go away.
CreateDirectory(mOSCacheDir, secondLifeString, NULL);
}