Skip to content

Commit 573bb0f

Browse files
committed
[skip ci] Fix for typo in comments.
1 parent c5c29fb commit 573bb0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev/sample/so_5/producer_consumer_mchain

dev/sample/so_5/producer_consumer_mchain/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private :
212212
class consumer final : public so_5::agent_t
213213
{
214214
// This signal will be sent by not_empty_notificator when
215-
// the first message is stored to the empty mchain.
215+
// the first message is stored in the empty mchain.
216216
struct chain_has_requests final : public so_5::signal_t {};
217217

218218
public :

0 commit comments

Comments
 (0)