From 0e9987fcef822119e3218d14328eb39977525662 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 10 Feb 2011 17:45:22 +0100 Subject: [PATCH] Fix comment. --- messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages.h b/messages.h index 34e9248..70d675d 100644 --- a/messages.h +++ b/messages.h @@ -27,7 +27,7 @@ public: // Push a message on queue void push(m_task_t task); - // Try to get a message. Returns true on success. + // Try to pop a message. Returns true on success. // Parameter "timeout" may be 0 for non-blocking operation, -1 for // infinite waiting, or any positive timeout. bool pop(message*& msg, m_host_t& from, double timeout); -- 2.39.5