From 4cfbfedec5b93da83d162149ec2e568210ae0888 Mon Sep 17 00:00:00 2001 From: Tofu Linden Date: Mon, 22 Feb 2010 16:19:46 +0000 Subject: comment improvement. --- indra/media_plugins/webkit/linux_volume_catcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/media_plugins/webkit') 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; -- cgit v1.2.3