summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-24 19:46:07 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-24 19:46:07 -0400
commit6f3ebba3b60963b01edabd1deffc4ddffead842f (patch)
treef8fae31a30f1860e85a6a9909ade70607927e3ed /libs
parent87184ab80d80b1ef0301344bfd633b2d81476c9a (diff)
comment tweak
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd/pbd/abstract_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/abstract_ui.cc b/libs/pbd/pbd/abstract_ui.cc
index b0ac676608..8841301afe 100644
--- a/libs/pbd/pbd/abstract_ui.cc
+++ b/libs/pbd/pbd/abstract_ui.cc
@@ -46,7 +46,7 @@ cleanup_request_buffer (void* ptr)
/* this is called when the thread for which this request buffer was
* allocated dies. That could be before or after the end of the UI
- * event loop that the request buffer communicates.
+ * event loop for which this request buffer provides communication.
*
* We are not modifying the UI's thread/buffer map, just marking it
* dead. If the UI is currently processing the buffers and misses