From f9731d5cc7d74269ee238185babd9d1c00db20ce Mon Sep 17 00:00:00 2001 From: Dmitriy Musatkin Date: Mon, 23 Oct 2023 13:12:22 -0700 Subject: [PATCH] lint --- include/aws/common/allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aws/common/allocator.h b/include/aws/common/allocator.h index eff552b43..9fb793af9 100644 --- a/include/aws/common/allocator.h +++ b/include/aws/common/allocator.h @@ -51,7 +51,7 @@ struct aws_allocator *aws_default_allocator(void); /* * Allocator that align small allocations on 8 byte boundary and big allocations - * on 32/64 byte boundary. + * on 32/64 byte boundary. */ AWS_COMMON_API struct aws_allocator *aws_aligned_allocator(void);