From a62676ab4807fc0f2253653eed18e5f10fd29d58 Mon Sep 17 00:00:00 2001 From: xuqiufu Date: Thu, 19 Mar 2026 16:47:42 +0800 Subject: [PATCH] Fix duplicated word in DomainParticipantImpl::register_type comment Signed-off-by: xuqiufu --- src/cpp/fastdds/domain/DomainParticipantImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/fastdds/domain/DomainParticipantImpl.cpp b/src/cpp/fastdds/domain/DomainParticipantImpl.cpp index 946b8fbb903..f4ca34c95e5 100644 --- a/src/cpp/fastdds/domain/DomainParticipantImpl.cpp +++ b/src/cpp/fastdds/domain/DomainParticipantImpl.cpp @@ -1897,7 +1897,7 @@ ReturnCode_t DomainParticipantImpl::register_type( /* * The type object registration sets the TypeIdentifiers in the type support's underlying TopicDataType. - * This means that we need need to trigger the registration of the type object representation + * This means that we need to trigger the registration of the type object representation * (idempotent operation) before finding the type in the registry. * Otherwise, registering two TypeSupport instances with the same underlying TopicDataType will fail upon * the second registration, as the TypeIdentifiers of the retrieved type from the registry would not be equal