Typo fix

parent f9d0dab6
...@@ -155,7 +155,7 @@ namespace zmq ...@@ -155,7 +155,7 @@ namespace zmq
int64_t file_desc; int64_t file_desc;
// Note that fields shared between different message types are not // 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 // of the data. Shared fields can be accessed via 'base' member of
// the union. // the union.
union { union {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment