From 0073a89149aac853338090dbe002b73fe85aa97e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:43:57 -0500 Subject: [PATCH] spelling: fragments 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 7a40e44c..2744ebce 100644 --- a/src/libutil/heap.c +++ b/src/libutil/heap.c @@ -53,7 +53,7 @@ typedef union _tagAlignmentStruct_t /* The following defines the minimum size (in alignment units) of a */ /* fragment that is considered useful. The value is used when trying*/ /* to determine if a fragment that is larger than the requested size */ -/* can be broken into 2 framents leaving a fragment that is of the */ +/* can be broken into 2 fragments leaving a fragment that is of the */ /* requested size and one that is at least as larger as the */ /* MINIMUM_MEMORY_SIZE. */ #define MINIMUM_MEMORY_SIZE 1