Commit 462ce03e authored by Li-Deng's avatar Li-Deng Committed by Wouter van Oortmerssen

Fix the spell mistake (#4599)

parent 020012e6
...@@ -329,7 +329,7 @@ performs a swap operation on big endian machines), and also because ...@@ -329,7 +329,7 @@ performs a swap operation on big endian machines), and also because
the layout of things is generally not known to the user. the layout of things is generally not known to the user.
For structs, layout is deterministic and guaranteed to be the same For structs, layout is deterministic and guaranteed to be the same
accross platforms (scalars are aligned to their across platforms (scalars are aligned to their
own size, and structs themselves to their largest member), and you own size, and structs themselves to their largest member), and you
are allowed to access this memory directly by using `sizeof()` and are allowed to access this memory directly by using `sizeof()` and
`memcpy` on the pointer to a struct, or even an array of structs. `memcpy` on the pointer to a struct, or even an array of structs.
......
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