From a17389eeb09edb4a4098ddb70a663f0b9217092b Mon Sep 17 00:00:00 2001 From: hitstergtd Date: Thu, 14 Apr 2016 21:10:12 +0100 Subject: [PATCH] Fix typos similar to #1894 --- src/array.hpp | 2 +- src/ypipe_conflate.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/array.hpp b/src/array.hpp index fe903ffd..c6b5d93d 100644 --- a/src/array.hpp +++ b/src/array.hpp @@ -57,7 +57,7 @@ namespace zmq { } - // 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 ~array_item_t () { diff --git a/src/ypipe_conflate.hpp b/src/ypipe_conflate.hpp index 55850640..ab903c92 100644 --- a/src/ypipe_conflate.hpp +++ b/src/ypipe_conflate.hpp @@ -54,7 +54,7 @@ namespace zmq { } - // 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_conflate_t () {