From d12fb4b380cc2c34a3b5d21698bf54ae7183aff1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:35:41 -0500 Subject: [PATCH] spelling: align Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/libutil/heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libutil/heap.c b/src/libutil/heap.c index 73c7adff..1cdfc752 100644 --- a/src/libutil/heap.c +++ b/src/libutil/heap.c @@ -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 {