Skip to content

Commit

Permalink
Update cpp/test/DataStorm/reliability/Writer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Joe George <[email protected]>
  • Loading branch information
pepone and externl authored Dec 20, 2024
1 parent 476a67a commit 6d7c008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/DataStorm/reliability/Writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void ::Writer::run(int argc, char* argv[])

auto readerB = makeSingleKeyReader(topic, "reader_barrier");

// A control sample send by the reader to let the writer know the connection was closed. The writer process this
// A control sample sent by the reader to let the writer know the connection was closed. The writer processes this
// sample after the first session reestablishment.
auto sample = readerB.getNextUnread();

Expand Down

0 comments on commit 6d7c008

Please sign in to comment.