mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
docs: Minor improvement of word choice in the GVariant Specification
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
950e8991cd
commit
fa823ea3b4
@ -1112,7 +1112,7 @@ structure, :math:`s`:
|
||||
.. math::
|
||||
((↑3);\ (+24);\ (↑1);\ (+2);\ (↑2))\ s
|
||||
|
||||
Of course, no sane C compiler saves this computation to be performed at each access.
|
||||
Of course, no modern C compiler saves this computation to be performed at each access.
|
||||
Instead, the compiler performs the computation at the time of the structure definition
|
||||
and builds a table containing the starting offset and size of each item in the structure.
|
||||
Because every item in the structure is of a fixed size and because the start address of
|
||||
|
Loading…
Reference in New Issue
Block a user