aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_operations.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/testbed/test_testbed_api_operations.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/testbed/test_testbed_api_operations.c')
-rw-r--r--src/testbed/test_testbed_api_operations.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testbed/test_testbed_api_operations.c b/src/testbed/test_testbed_api_operations.c
index aed213d49..133aadf21 100644
--- a/src/testbed/test_testbed_api_operations.c
+++ b/src/testbed/test_testbed_api_operations.c
@@ -105,7 +105,7 @@ struct GNUNET_TESTBED_Operation *op7;
105struct GNUNET_TESTBED_Operation *op8; 105struct GNUNET_TESTBED_Operation *op8;
106 106
107/** 107/**
108 * This opration is started after activating op8. It should consume a resource 108 * This operation is started after activating op8. It should consume a resource
109 * on queues q1 and q2. It should not be started until op8 is again made 109 * on queues q1 and q2. It should not be started until op8 is again made
110 * inactive at which point it should be released. It can be released as soon as 110 * inactive at which point it should be released. It can be released as soon as
111 * it begins. 111 * it begins.
@@ -250,7 +250,7 @@ start_cb (void *cls);
250 * be because of a call to "GNUNET_TESTBED_operation_cancel" (before the 250 * be because of a call to "GNUNET_TESTBED_operation_cancel" (before the
251 * operation generated an event) or AFTER the operation generated an event due 251 * operation generated an event) or AFTER the operation generated an event due
252 * to a call to "GNUNET_TESTBED_operation_done". Thus it is not guaranteed that 252 * to a call to "GNUNET_TESTBED_operation_done". Thus it is not guaranteed that
253 * a callback to the 'OperationStart' preceeds the call to 'OperationRelease'. 253 * a callback to the 'OperationStart' precedes the call to 'OperationRelease'.
254 * Implementations of this function are expected to clean up whatever state is 254 * Implementations of this function are expected to clean up whatever state is
255 * in 'cls' and release all resources associated with the operation. 255 * in 'cls' and release all resources associated with the operation.
256 */ 256 */
@@ -419,7 +419,7 @@ start_cb (void *cls)
419 * be because of a call to "GNUNET_TESTBED_operation_cancel" (before the 419 * be because of a call to "GNUNET_TESTBED_operation_cancel" (before the
420 * operation generated an event) or AFTER the operation generated an event due 420 * operation generated an event) or AFTER the operation generated an event due
421 * to a call to "GNUNET_TESTBED_operation_done". Thus it is not guaranteed that 421 * to a call to "GNUNET_TESTBED_operation_done". Thus it is not guaranteed that
422 * a callback to the 'OperationStart' preceeds the call to 'OperationRelease'. 422 * a callback to the 'OperationStart' precedes the call to 'OperationRelease'.
423 * Implementations of this function are expected to clean up whatever state is 423 * Implementations of this function are expected to clean up whatever state is
424 * in 'cls' and release all resources associated with the operation. 424 * in 'cls' and release all resources associated with the operation.
425 */ 425 */