diff options
| -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. |
