diff options
| author | Garrett D'Amore <garrett@damore.org> | 2023-12-17 09:51:17 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2023-12-17 09:51:17 -0800 |
| commit | 9f34ec0a450dd2a9ef11aa29d07948144ec97de4 (patch) | |
| tree | f80e0cd5d0efe75eea4504dba7a248591e3f834e /src | |
| parent | ac40f5d7d0babb1b93ef398f88adec1c44c187eb (diff) | |
| download | nng-9f34ec0a450dd2a9ef11aa29d07948144ec97de4.tar.gz nng-9f34ec0a450dd2a9ef11aa29d07948144ec97de4.tar.bz2 nng-9f34ec0a450dd2a9ef11aa29d07948144ec97de4.zip | |
minor comment fixes for survey_test
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp/protocol/survey0/survey_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp/protocol/survey0/survey_test.c b/src/sp/protocol/survey0/survey_test.c index 1e1b8635..94a7922a 100644 --- a/src/sp/protocol/survey0/survey_test.c +++ b/src/sp/protocol/survey0/survey_test.c @@ -188,7 +188,7 @@ test_surv_cancel(void) // will be canceled before it gets to the peer.) NUTS_SLEEP(100); - // Send the next next request ("def"). Note that + // Send the next request ("def"). Note that // the RESP side server will have already buffered the receive // request, and should simply be waiting for us to reply to abc. NUTS_SEND(surv, "def"); @@ -246,7 +246,7 @@ test_surv_cancel_abort_recv(void) // Give time for this recv to post properly. NUTS_SLEEP(100); - // Send the next next request ("def"). Note that + // Send the next request ("def"). Note that // the respondent side server will have already buffered the receive // request, and should simply be waiting for us to reply to // abc. |
