Commit 9a785824 authored by Zhilong.JI's avatar Zhilong.JI

fix a typo in ypipe.hpp

parent ca525209
...@@ -95,7 +95,7 @@ namespace zmq ...@@ -95,7 +95,7 @@ namespace zmq
#pragma message restore #pragma message restore
#endif #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. // item exists, false otherwise.
inline bool unwrite (T *value_) inline bool unwrite (T *value_)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment