Skip to content

Commit

Permalink
Fixes for some typos in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Sep 24, 2024
1 parent a097374 commit 25a2ad7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dev/so_5/experimental/testing/v1/all.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ namespace details = so_5::experimental::testing::v1::details;
*
* Testing scenario should know about every handled or rejected message
* delivered to agents. To make this possible a trick with enveloped
* messages are used: every message is enveloped into a special envelope.
* messages is used: every message is enveloped into a special envelope.
* This envelope has a reference to testing scenario and informs this
* scenario when message is handled by a receiver.
*
Expand Down Expand Up @@ -1171,8 +1171,8 @@ class special_event_queue_hook_t final
};

/*!
* \brief A helper object for synchronization between helper worker
* there where testing environment is launched and user thread.
* \brief A helper object for synchronization between helper worker where
* testing environment is launched and user thread.
*
* We must stop work of testing_env_t constructor until
* testing_env_t::tune_environment_on_start() finishes its work.
Expand Down
2 changes: 1 addition & 1 deletion dev/so_5/experimental/testing/v1/all.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ reacts_to( const so_5::mbox_t & mbox )
{
return {
message_payload_type<Msg_Type>::subscription_type_index(),
mbox->id()
mbox->id()
};
}

Expand Down

0 comments on commit 25a2ad7

Please sign in to comment.