diff options
Diffstat (limited to 'doc/manual.rst')
-rw-r--r-- | doc/manual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index 9f5252ae0..d2fcdc080 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -6455,7 +6455,7 @@ Align pragma The `align`:idx: pragma is for variables and object field members. It modifies the alignment requirement of the entity being declared. The argument must be a constant power of 2. Valid non-zero -alignments that are weaker than nother align pragmas on the same +alignments that are weaker than other align pragmas on the same declaration are ignored. Alignments that are weaker that the alignment requirement of the type are ignored. |