diff --git a/src/lib/core/TLVWriter.h b/src/lib/core/TLVWriter.h index 76b3d9d15d042c..9008d92b88d394 100644 --- a/src/lib/core/TLVWriter.h +++ b/src/lib/core/TLVWriter.h @@ -130,7 +130,8 @@ class DLL_EXPORT TLVWriter * @retval #CHIP_ERROR_NO_MEMORY The reserved buffer size cannot fits into the remaining buffer size. * @retval #CHIP_ERROR_INCORRECT_STATE * Uses TLVBackingStore and is in a state where it might allocate - * additional non-contigious memory, thus making it impossible to + * additional non-contigious memory, thus making it difficult/impossible + * to properly reserve space. */ CHIP_ERROR ReserveBuffer(uint32_t aBufferSize);