Commit a28398a4 authored by Constantin Rack's avatar Constantin Rack

Merge pull request #1603 from jizhilong/fix/typo

fix a typo in ypipe.hpp
parents ca525209 9a785824
...@@ -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