1
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-03-01 20:02:15 +01:00

Merge pull request from jizhilong/fix/typo

fix a typo in ypipe.hpp
This commit is contained in:
Constantin Rack 2015-10-09 05:48:39 +02:00
commit a28398a4e8

@ -95,7 +95,7 @@ namespace zmq
#pragma message restore
#endif
// Pop an incomplete item from the pipe. Returns true is such
// Pop an incomplete item from the pipe. Returns true if such
// item exists, false otherwise.
inline bool unwrite (T *value_)
{