summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-22 16:19:46 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-22 16:19:46 +0000
commit4cfbfedec5b93da83d162149ec2e568210ae0888 (patch)
treeadf7968dd0de11d1886f50df8c2752f96993ccea /indra
parentdfe3b9ff1c9854919f326bb7ace14ee680367802 (diff)
comment improvement.
Diffstat (limited to 'indra')
-rw-r--r--indra/media_plugins/webkit/linux_volume_catcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/webkit/linux_volume_catcher.cpp b/indra/media_plugins/webkit/linux_volume_catcher.cpp
index 7a20ab6231..a2a99d5728 100644
--- a/indra/media_plugins/webkit/linux_volume_catcher.cpp
+++ b/indra/media_plugins/webkit/linux_volume_catcher.cpp
@@ -215,7 +215,7 @@ void LinuxVolumeCatcherImpl::init()
// we cheat and rely upon libpulse-mainloop-glib.so.0 to pull-in
// libpulse.so.0 - this isn't a great assumption, and the two DSOs should
// probably be loaded separately. Our Linux DSO framework needs refactoring,
- // we do this sort of thing a lot...
+ // we do this sort of thing a lot with practically identical logic...
mGotSyms = loadsyms("libpulse-mainloop-glib.so.0");
if (!mGotSyms) return;