Fix typos similar to #1894

This commit is contained in:
hitstergtd 2016-04-14 21:10:12 +01:00
parent 6a7eb2fbc1
commit a17389eeb0
2 changed files with 2 additions and 2 deletions

View File

@ -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 ()
{

View File

@ -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 ()
{