Fix some silly typos. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- Documentation/types.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/types.rst b/Documentation/types.rst index e5d07def0bc2..5c10725fa71a 100644 --- a/Documentation/types.rst +++ b/Documentation/types.rst @@ -13,7 +13,7 @@ For the purpose of this document, things can be simplified into: struct ctype { struct symbol *base_type; unsigned long modifiers; - unsigned long alignement; + unsigned long alignment; struct context_list *contexts; struct indent *as; }; @@ -68,7 +68,7 @@ have their own modifiers, address_space, contexts or alignment as well as the declaration's identifier. Usage: - * .ctype.base_type points to the unmodified type (wich must not + * .ctype.base_type points to the unmodified type (which must not be a SYM_NODE itself) * .ctype.modifiers, .as, .alignment, .contexts will contains the 'variation' (MOD_CONST, the attributes, ...). -- 2.27.0