doc: fix a typo

This commit is contained in:
Peter Hutterer 2021-05-06 14:55:09 +10:00
parent 3234037a71
commit 68080ec531
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ marshalling.
Each POD is made of a 32 bits size followed by a 32 bits type field,
followed by the pod contents. This makes it possible to skip over unknown
POD type. The POD start is always aligned to 8 bytes.
POD types. The POD start is always aligned to 8 bytes.
PODs can be efficiently constructed and parsed in real-time threads without
requiring memory allocations.