consistency fix

This commit is contained in:
Robin Müller 2020-05-25 14:01:35 +02:00
parent d4abfacd27
commit 723e715022
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
/**
* @brief The LocalPool class provides an intermediate data storage with
* a fixed pool size policy.
* \details The class implements the StorageManagerIF interface. While the
* @details The class implements the StorageManagerIF interface. While the
* total number of pools is fixed, the element sizes in one pool and
* the number of pool elements per pool are set on construction.
* The full amount of memory is allocated on construction.