mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-17 16:43:58 +00:00
Typo fix
This commit is contained in:
parent
97a0b5dc08
commit
5bd3a0d433
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user