From fa823ea3b4a8712cd2c81248b7462459194d1b3f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 2 Nov 2022 11:09:22 +0000 Subject: [PATCH] docs: Minor improvement of word choice in the GVariant Specification Signed-off-by: Philip Withnall --- docs/reference/glib/gvariant-specification-1.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/glib/gvariant-specification-1.0.rst b/docs/reference/glib/gvariant-specification-1.0.rst index 7998fb40f..0b74a469b 100644 --- a/docs/reference/glib/gvariant-specification-1.0.rst +++ b/docs/reference/glib/gvariant-specification-1.0.rst @@ -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