Skip to content

Commit

Permalink
Fix comment typo.
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Sandstedt <michael.sandstedt@gmail.com>
  • Loading branch information
bzbarsky-apple and msandstedt committed Feb 8, 2022
1 parent 0389664 commit 0f5f595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tests/TestWriteInteraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void TestWriteInteraction::TestWriteHandler(nlTestSuite * apSuite, void * apCont
{
//
// In a normal execution flow, the exchange manager would have closed out the exchange after the
// message dispatch call path had unwinded. In this test however, we've manually allocated the exchange
// message dispatch call path had unwound. In this test however, we've manually allocated the exchange
// ourselves (as opposed to the exchange manager), so we need to take ownership of closing out the exchange.
//
// Note that this doesn't happen in the success case above, since that results in a call to send a message through
Expand Down

0 comments on commit 0f5f595

Please sign in to comment.