From feb8e868dfb68c857e0f272d98b09be9c548711f Mon Sep 17 00:00:00 2001 From: evoskuil Date: Sat, 25 Mar 2017 13:51:18 -0700 Subject: [PATCH] Problem: typo in comment. --- src/msg.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg.hpp b/src/msg.hpp index 7532c251..f12ea079 100644 --- a/src/msg.hpp +++ b/src/msg.hpp @@ -58,7 +58,7 @@ namespace zmq // Shared message buffer. Message data are either allocated in one // continuous block along with this structure - thus avoiding one - // malloc/free pair or they are stored in used-supplied memory. + // malloc/free pair or they are stored in user-supplied memory. // In the latter case, ffn member stores pointer to the function to be // used to deallocate the data. If the buffer is actually shared (there // are at least 2 references to it) refcount member contains number of