Skip to content

Commit

Permalink
iox-eclipse-iceoryx#261 Rephrase doxygen comment in allocator
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
  • Loading branch information
mossmaurice committed Apr 26, 2021
1 parent d36b33d commit 126c9b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Allocator
/// @brief allocates on the memory supplied with the ctor
/// @param[in] size of the memory to allocate
/// @param[in] alignment of the memory to allocate
/// @note terminates if out of memory of finalizeAllocation was called before
/// @note May terminate if out of memory or finalizeAllocation() was called before
void* allocate(const uint64_t size, const uint64_t alignment) noexcept;

protected:
Expand Down

0 comments on commit 126c9b7

Please sign in to comment.