mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-05 03:37:36 +01:00
Merge pull request #2465 from evoskuil/master
Problem: typo in comment.
This commit is contained in:
commit
7a4c802489
@ -58,7 +58,7 @@ namespace zmq
|
|||||||
|
|
||||||
// Shared message buffer. Message data are either allocated in one
|
// Shared message buffer. Message data are either allocated in one
|
||||||
// continuous block along with this structure - thus avoiding 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
|
// 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
|
// used to deallocate the data. If the buffer is actually shared (there
|
||||||
// are at least 2 references to it) refcount member contains number of
|
// are at least 2 references to it) refcount member contains number of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user