Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 23, 2023
1 parent 9d5e6b6 commit f9731d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/common/allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f9731d5

Please sign in to comment.