summaryrefslogtreecommitdiff
path: root/muse/muse/thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse/muse/thread.cpp')
-rw-r--r--muse/muse/thread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/muse/muse/thread.cpp b/muse/muse/thread.cpp
index e2039248..8291613b 100644
--- a/muse/muse/thread.cpp
+++ b/muse/muse/thread.cpp
@@ -258,7 +258,7 @@ void Thread::loop()
}
//---------------------------------------------------------
-// send
+// sendMsg
// send request from gui to thread
// wait until request is processed
//---------------------------------------------------------
@@ -300,7 +300,7 @@ bool Thread::sendMsg(const ThreadMsg* m)
}
//---------------------------------------------------------
-// send
+// sendMsg1
// send request from gui to thread
// do __not__ wait until request is processed
//---------------------------------------------------------