Fixed typos

This commit is contained in:
Maksim Kita 2021-09-03 12:06:16 +03:00
parent c03bcc7c0f
commit 7071ef80d0

View File

@ -100,7 +100,7 @@ public:
char * allocate(size_t size, size_t alignment)
{
/** First check if in some allocated page blocks there are enought free memory to make allocation.
/** First check if in some allocated page blocks there are enough free memory to make allocation.
* If there is no such block create it and then allocate from it.
*/