Merge pull request #46 from dnaeon/typo-fix

Typo fix
This commit is contained in:
Constantin Rack 2015-06-23 10:37:58 +02:00
commit b5d8b360d7

View File

@ -140,7 +140,7 @@ namespace zmq
int64_t file_desc;
// Note that fields shared between different message types are not
// moved to tha parent class (msg_t). This way we get tighter packing
// moved to the parent class (msg_t). This way we get tighter packing
// of the data. Shared fields can be accessed via 'base' member of
// the union.
union {