spelling: align

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:35:41 -05:00
parent 49b0f1f668
commit d12fb4b380

View file

@ -33,7 +33,7 @@ typedef unsigned long Alignment_t;
/* specified size if the alignment data. */
#define ALIGNMENT_SIZE sizeof(Alignment_t)
/* The following structure is used to allign data fragments on a */
/* The following structure is used to align data fragments on a */
/* specified memory boundary. */
typedef union _tagAlignmentStruct_t
{