mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-23 15:14:40 +01:00
Typo fix
This commit is contained in:
parent
f9d0dab630
commit
fa3b5d8b03
@ -155,7 +155,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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user