From 9a7858245c6c3caf5a6c67e05fd429a194777e9d Mon Sep 17 00:00:00 2001 From: "Zhilong.JI" Date: Fri, 9 Oct 2015 10:52:36 +0800 Subject: [PATCH] fix a typo in ypipe.hpp --- src/ypipe.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ypipe.hpp b/src/ypipe.hpp index c3f2e96d..ffa9ee27 100644 --- a/src/ypipe.hpp +++ b/src/ypipe.hpp @@ -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_) {