diff --git a/components/core/src/clp/ffi/ir_stream/Serializer.cpp b/components/core/src/clp/ffi/ir_stream/Serializer.cpp index 24d162573..463387472 100644 --- a/components/core/src/clp/ffi/ir_stream/Serializer.cpp +++ b/components/core/src/clp/ffi/ir_stream/Serializer.cpp @@ -84,7 +84,7 @@ class MsgpackMapNode { /** * Serializes a value corresponded to an empty object. - * @parma buf Outputs the serialized byte sequence. + * @param buf Outputs the serialized byte sequence. */ auto serialize_empty_object(vector& buf) -> void; diff --git a/components/core/tests/test-ir_encoding_methods.cpp b/components/core/tests/test-ir_encoding_methods.cpp index 4ee92866f..5b27724fc 100644 --- a/components/core/tests/test-ir_encoding_methods.cpp +++ b/components/core/tests/test-ir_encoding_methods.cpp @@ -140,7 +140,7 @@ auto flush_and_clear_serializer_buffer( * @tparam encoded_variable_t * @param serializer * @param msgpack_bytes - * @return Whether the serialization is succeeded. + * @return Whether the serialization is successful. */ template [[nodiscard]] auto unpack_and_serialize_msgpack_bytes(