diff --git a/components/core/src/clp/ffi/ir_stream/Serializer.hpp b/components/core/src/clp/ffi/ir_stream/Serializer.hpp index 292b360a3..14077ffba 100644 --- a/components/core/src/clp/ffi/ir_stream/Serializer.hpp +++ b/components/core/src/clp/ffi/ir_stream/Serializer.hpp @@ -14,7 +14,7 @@ namespace clp::ffi::ir_stream { /** - * A work-in-progress class for serializing log events into the kv-pair IR format. + * Class for serializing log events into the kv-pair IR format. * * This class: * - maintains all necessary internal data structures to track serialization state;