From 6c3129286d6b4f816a8d77044c9507b464ebab5d Mon Sep 17 00:00:00 2001 From: hitstergtd Date: Thu, 14 Apr 2016 21:02:53 +0100 Subject: [PATCH] Fix typo --- src/ypipe.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ypipe.hpp b/src/ypipe.hpp index 83e7ea03..c6a28f40 100644 --- a/src/ypipe.hpp +++ b/src/ypipe.hpp @@ -61,7 +61,7 @@ namespace zmq c.set (&queue.back ()); } - // The destructor doesn't have to be virtual. It is mad virtual + // The destructor doesn't have to be virtual. It is made virtual // just to keep ICC and code checking tools from complaining. inline virtual ~ypipe_t () {