Add missing s

This commit is contained in:
tilz0R 2019-07-11 22:07:16 +02:00
parent d94b971dd6
commit f09f31965d

View File

@ -355,7 +355,7 @@ prv_free(void* const ptr) {
}
/**
* \brief Initialize and assigns user regions for memory used by allocator algorithm
* \brief Initializes and assigns user regions for memory used by allocator algorithm
* \param[in] regions: Array of regions with address and its size.
* Regions must be in increasing order (start address) and must not overlap in-between
* \param[in] len: Number of regions in array