Skip to content

Commit

Permalink
Refs 13288. Fixed typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Dec 16, 2021
1 parent 477e414 commit 041bd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/fastdds/domain/DomainParticipantFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ DomainParticipantFactory* DomainParticipantFactory::get_instance()
* We need to ensure that the boost singleton is destroyed after the instance of DomainParticipantFactory, to
* ensure that the interprocess objects keep working until all the participants are destroyed.
*
* We achieve this behavior by having an static instance of an auxiliary struct that instantiates a synchornization
* We achieve this behavior by having an static instance of an auxiliary struct that instantiates a synchronization
* object on the constructor, just to ensure that the boost singleton is instantiated before the
* DomainParticipantFactory.
*/
Expand Down

0 comments on commit 041bd43

Please sign in to comment.