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);